summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml-qtquicktest/qml-qtquicktest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml-qtquicktest/qml-qtquicktest.pro')
-rw-r--r--tests/auto/qml-qtquicktest/qml-qtquicktest.pro14
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/auto/qml-qtquicktest/qml-qtquicktest.pro b/tests/auto/qml-qtquicktest/qml-qtquicktest.pro
index 94062270..d9a1e74f 100644
--- a/tests/auto/qml-qtquicktest/qml-qtquicktest.pro
+++ b/tests/auto/qml-qtquicktest/qml-qtquicktest.pro
@@ -2,12 +2,8 @@
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")
-}
+TEMPLATE = app
+CONFIG += warn_on qmltestcase
+SOURCES += main.cpp
+OTHER_FILES += tst_*.qml
+DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"