summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-09 22:00:08 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-09 22:24:13 +0100
commit700732683779a862091b19336ef980801e412395 (patch)
tree71541868b365cd4364130636853cb9d33910ca47 /qtcreator.pri
parent645b3c46edd15940bfb49b18afd5be99462cb5e2 (diff)
downloadqt-creator-700732683779a862091b19336ef980801e412395.tar.gz
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.
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri5
1 files changed, 1 insertions, 4 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index c80fe934d8..0d89a74624 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -127,10 +127,7 @@ INCLUDEPATH += \
$$IDE_SOURCE_TREE/tools \
$$IDE_SOURCE_TREE/src/plugins
-DEPENDPATH += \
- $$IDE_SOURCE_TREE/src/libs \
- $$IDE_SOURCE_TREE/tools \
- $$IDE_SOURCE_TREE/src/plugins
+CONFIG += depend_includepath
LIBS += -L$$IDE_LIBRARY_PATH