##// END OF EJS Templates
Try to fix pie hover test errors when running in bamboo...
Try to fix pie hover test errors when running in bamboo This is some timing / event loop issue. Might fail on first run but works after that when running manually.

File last commit:

r1021:6adbaffea565
r1128:f35949e3240a
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
}