##// END OF EJS Templates
Fix Charts QML api auto test...
Fix Charts QML api auto test Charts QML api auto tests, qml-qtquicktest, has been fixed so that the tests are runnable with Qt5 / QtQuick 2.0. Task-number: QTRD-1692 Change-Id: I8e1e52781570cde413fab7f511cce17ab91e20d3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2638:c98d8af1763d
r2638:c98d8af1763d
Show More
qml-qtquicktest.pro
13 lines | 349 B | text/idl | PrologLexer
!include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
greaterThan(QT_MAJOR_VERSION, 4) {
TEMPLATE = app
CONFIG += warn_on qmltestcase
SOURCES += main.cpp
OTHER_FILES += tst_*.qml
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
} else {
error("These auto tests are designed for Qt5 / QtQuick 2.0")
}