aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/qqmlengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlengine/qqmlengine.pro')
-rw-r--r--tests/auto/qml/qqmlengine/qqmlengine.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/qml/qqmlengine/qqmlengine.pro b/tests/auto/qml/qqmlengine/qqmlengine.pro
deleted file mode 100644
index 8946201ea0..0000000000
--- a/tests/auto/qml/qqmlengine/qqmlengine.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qqmlengine
-macx:CONFIG -= app_bundle
-
-include (../../shared/util.pri)
-
-TESTDATA = data/*
-
-SOURCES += tst_qqmlengine.cpp
-
-QT += core-private gui-private qml-private network testlib
-
-boot2qt: {
- # GC corruption test is too heavy for qemu-arm
- DEFINES += SKIP_GCCORRUPTION_TEST
-}
-
-RESOURCES += \
- data/qrcurls.qml \
- data/qrcurls.js