Skip to content
Snippets Groups Projects
Commit 4fb2a9fd authored by ck's avatar ck
Browse files

QmlJS: Fix compile for namespaced Qt.

Reviewed-by: Roberto Raggi
parent f812b5bf
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,4 @@ INCLUDEPATH += $$PWD/../../shared/qmljs $$PWD/../../shared/qmljs/parser ...@@ -3,3 +3,4 @@ INCLUDEPATH += $$PWD/../../shared/qmljs $$PWD/../../shared/qmljs/parser
DEPENDPATH += $$PWD/../../shared/qmljs $$PWD/../../shared/qmljs/parser DEPENDPATH += $$PWD/../../shared/qmljs $$PWD/../../shared/qmljs/parser
LIBS *= -l$$qtLibraryTarget(QmlJS) LIBS *= -l$$qtLibraryTarget(QmlJS)
DEFINES += QT_CREATOR
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