##// END OF EJS Templates
Qt5: declarative fix part2...
Qt5: declarative fix part2 - re-enabled demos - fixed the include files in demos folder - f1legends example has some issue with the axes (they are not shown until window is resized)

File last commit:

r2050:0fecbcb1f664
r2053:ae5ad025b655
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
}