##// END OF EJS Templates
Changed comma to full stop...
Changed comma to full stop Change-Id: If0023777995c99855fe731568e8c3e8abd5d1ba5 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2247:c28e9eaa694f
r2535:3c82f10df041
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
Jani Honkonen
Fixing qml build for latest Qt5...
r2247 QT += declarative
Tero Ahola
Refactored QML axis handling
r1813
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
}