aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2011-03-09 22:00:08 +0100
committerOswald Buddenhagen <[email protected]>2011-03-09 22:24:13 +0100
commit700732683779a862091b19336ef980801e412395 (patch)
tree71541868b365cd4364130636853cb9d33910ca47 /src/plugins/debugger/debugger.pri
parent645b3c46edd15940bfb49b18afd5be99462cb5e2 (diff)
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 'src/plugins/debugger/debugger.pri')
-rw-r--r--src/plugins/debugger/debugger.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debugger.pri b/src/plugins/debugger/debugger.pri
index d2df959e568..357158b002c 100644
--- a/src/plugins/debugger/debugger.pri
+++ b/src/plugins/debugger/debugger.pri
@@ -1,5 +1,4 @@
include(debugger_dependencies.pri)
INCLUDEPATH += $$PWD
-DEPENDPATH += $$PWD
LIBS *= -l$$qtLibraryName(Debugger)