gui compile: fix include dependancy issue

This commit is contained in:
Jean-Francois Dockes 2011-01-08 19:22:52 +01:00
parent fccc9a590f
commit d75a4ae7a6

View File

@ -61,9 +61,8 @@ unix {
INCLUDEPATH += ../common ../index ../internfile ../query ../unac \
../utils ../aspell ../rcldb \
../qtgui ../../qtgui \
confgui ../confgui
confgui
DEPENDPATH += $$INCLUDEPATH
POST_TARGETDEPS = ../lib/librcl.a
}