##// END OF EJS Templates
BarSet label brush is no longer reset to theme default brush if it was preset earlier
BarSet label brush is no longer reset to theme default brush if it was preset earlier

File last commit:

r1259:5664856ed1d4
r1760:10a2cce6b5a9
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
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
}