Skip to content
Snippets Groups Projects
Commit 9db7e93e authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlJsObserver: Avoid false dependencies

Don't set DEPENDPATH to all qmljsdebugger folders. qmlobserver links
against the library, which updates itself.
parent 509238da
No related branches found
No related tags found
No related merge requests found
INCLUDEPATH += $$PWD/include INCLUDEPATH += $$PWD/include
DEPENDPATH += $$PWD $$PWD/include $$PWD/editor DEPENDPATH += $PPWD/include
QT += declarative script QT += declarative script
LIBS *= -l$$qtLibraryName(QmlJSDebugger) LIBS *= -l$$qtLibraryName(QmlJSDebugger)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment