##// END OF EJS Templates
demolauncher fix
demolauncher fix

File last commit:

r2077:816c8c6e440e
r2232:e10ccc2f806c
Show More
qmlapplicationviewer.pri
17 lines | 394 B | text/plain | TextLexer
greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
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
}