##// END OF EJS Templates
Fixed: chart not redrawing when logaxis's logBase value changed
Fixed: chart not redrawing when logaxis's logBase value changed

File last commit:

r2247:c28e9eaa694f
r2322:2741539ef9e9
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
Jani Honkonen
Fixing qml build for latest Qt5...
r2247 QT += declarative
Tero Ahola
Property for QDateTimeAxis::format and a QML demo for axes
r2027
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
}