Make sure DEPENDPATH has same stuff as INCLUDEPATH, otherwise when files

change in other directories the dependent files don't get recompiled.

Fixed up INCLUDEPATH in various places.

Removed -pthread as an INCLUDEPATH (leads to bogus -I-pthread).
This commit is contained in:
Theron Tock
2011-05-11 14:05:18 -07:00
parent 4880424bf3
commit 216dd1a2fb
30 changed files with 81 additions and 60 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ unix {
QMAKE_CXX = @CCACHE@ @DISTCC@ $$QMAKE_CXX
INCLUDEPATH += .. ../..
INCLUDEPATH += /usr/include @XML_CFLAGS_Q@ @XSLT_CFLAGS_Q@ @PTHREAD_CFLAGS_Q@
INCLUDEPATH += @XML_CFLAGS_Q@ @XSLT_CFLAGS_Q@
LIBS += @PTHREAD_LIBS@ @XML_LIBS@ @XSLT_LIBS@ @LIBSNMP_LIBS@ @LIB_RESOLV@ @LIBS@
UI_DIR = .ui