##// END OF EJS Templates
README changes
README changes

File last commit:

r2247:c28e9eaa694f
r2459:29247702abf8 release-1.2.1 RC3_1.2.1
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
Jani Honkonen
Fixing qml build for latest Qt5...
r2247 QT += declarative
Tero Ahola
Added test app for testing QML properties
r1298
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
}