aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro')
-rw-r--r--tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro b/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro
deleted file mode 100644
index c868474b5b..0000000000
--- a/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-CONFIG += testcase qmltypes
-TARGET = tst_qqmltypeloader
-QT += qml testlib qml-private quick
-macx:CONFIG -= app_bundle
-
-SOURCES += \
- tst_qqmltypeloader.cpp \
- ../../shared/testhttpserver.cpp
-
-HEADERS += \
- ../../shared/testhttpserver.h \
- declarativetesttype.h
-
-QML_IMPORT_VERSION = 3.2
-QML_IMPORT_NAME = "declarative.import.for.typeloader.test"
-
-include (../../shared/util.pri)
-
-TESTDATA = data/*