##// END OF EJS Templates
Font is now correctly set when new tick label is created
Font is now correctly set when new tick label is created

File last commit:

r2050:0fecbcb1f664
r2221:8060b5a01554
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
}