forked from qt-creator/qt-creator
Don't set DEPENDPATH to all qmljsdebugger folders. qmlobserver links against the library, which updates itself.
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
INCLUDEPATH += $$PWD/include
|
|
DEPENDPATH += $PPWD/include
|
|
QT += declarative script
|
|
|
|
LIBS *= -l$$qtLibraryName(QmlJSDebugger)
|