aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro')
-rw-r--r--tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro
deleted file mode 100644
index 4b6303ec33..0000000000
--- a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TEMPLATE = app
-
-QT = core qml testlib
-CONFIG += testcase qmltypes
-CONFIG -= debug_and_release_target
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_qmltyperegistrar.cpp
-HEADERS += \
- hppheader.hpp \
- noextheader \
- tst_qmltyperegistrar.h
-
-QMLTYPES_FILENAME = tst_qmltyperegistrar.qmltypes
-QML_FOREIGN_METATYPES += foreign/foreign_metatypes.json
-QML_IMPORT_NAME = QmlTypeRegistrarTest
-QML_IMPORT_VERSION = 1.0
-QML_PAST_MAJOR_VERSIONS = 0
-
-INCLUDEPATH += foreign
-LIBS += -Lforeign -lforeign