##// END OF EJS Templates
I'm getting annoyed with these mouse hover tests
I'm getting annoyed with these mouse hover tests

File last commit:

r2069:fff5aa874bbe
r2076:9ab9a4869d16
Show More
qmlapplicationviewer.pri
13 lines | 323 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
}