##// END OF EJS Templates
Qt5: declarative fix part4...
Qt5: declarative fix part4 - re-enabled tests - fixed the include files in tests folder - fixed QSKIP macro in tests

File last commit:

r2050:0fecbcb1f664
r2055:b660f2141c18
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
}