##// END OF EJS Templates
Known issue to README: staticlib and QML apps
Known issue to README: staticlib and QML apps

File last commit:

r1994:df31e46fa48c
r2045:223802424a4d release-1.1.0
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
QT += declarative
SOURCES += $$PWD/qmlapplicationviewer.cpp
HEADERS += $$PWD/qmlapplicationviewer.h
INCLUDEPATH += $$PWD
# Include JS debugger library if QMLJSDEBUGGER_PATH is set
!isEmpty(QMLJSDEBUGGER_PATH) {
include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
} else {
DEFINES -= QMLJSDEBUGGER
}