##// END OF EJS Templates
Fixed the SKIP_IF_CANNOT_TEST_MOUSE_EVENTS on Qt5
Fixed the SKIP_IF_CANNOT_TEST_MOUSE_EVENTS on Qt5

File last commit:

r2050:0fecbcb1f664
r2063:da4e011c304c
Show More
qml.pro
9 lines | 184 B | text/idl | PrologLexer
!include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
SOURCES += tst_qml.cpp
greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
QT += declarative
}