forked from qt-creator/qt-creator
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:
@@ -16,10 +16,6 @@ INCLUDEPATH += dialogs \
|
||||
editormanager \
|
||||
progressmanager \
|
||||
scriptmanager
|
||||
DEPENDPATH += dialogs \
|
||||
actionmanager \
|
||||
editormanager \
|
||||
scriptmanager
|
||||
SOURCES += mainwindow.cpp \
|
||||
editmode.cpp \
|
||||
tabpositionindicator.cpp \
|
||||
|
||||
Reference in New Issue
Block a user