##// END OF EJS Templates
Qt5: fix warnings about deprecated QT/CONFIG specification...
Qt5: fix warnings about deprecated QT/CONFIG specification - CONFIG += designer replaced on Qt5 with QT += designer - CONFIG += qtestlib replaced on Qt5 with QT += testlib

File last commit:

r2050:0fecbcb1f664
r2051:7cd68cfd6696
Show More
qmlapplicationviewer.pri
17 lines | 377 B | text/plain | TextLexer
Marek Rosa
Qt5: fix declarative/quick1 module include
r2050 greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
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
}