clean up DEPENDPATH insanity

simply add
  CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.
This commit is contained in:
Oswald Buddenhagen
2011-03-09 22:00:08 +01:00
parent 645b3c46ed
commit 7007326837
35 changed files with 9 additions and 61 deletions

View File

@@ -1,5 +1,3 @@
INCLUDEPATH += $$IDE_SOURCE_TREE/src/shared/cplusplus
DEPENDPATH += $$IDE_SOURCE_TREE/src/shared/cplusplus
INCLUDEPATH += $$IDE_SOURCE_TREE/src/libs/cplusplus
DEPENDPATH += $$IDE_SOURCE_TREE/src/libs/cplusplus
LIBS *= -l$$qtLibraryName(CPlusPlus)