##// END OF EJS Templates
Bugfix precision error when calculating layout in valueaxis
Bugfix precision error when calculating layout in valueaxis

File last commit:

r2050:0fecbcb1f664
r2144:c7788799f12f
Show More
qmlapplicationviewer.pri
17 lines | 377 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
}