aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinfo/qqmlinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlinfo/qqmlinfo.pro')
-rw-r--r--tests/auto/qml/qqmlinfo/qqmlinfo.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/auto/qml/qqmlinfo/qqmlinfo.pro b/tests/auto/qml/qqmlinfo/qqmlinfo.pro
deleted file mode 100644
index 96ce4a5bd8..0000000000
--- a/tests/auto/qml/qqmlinfo/qqmlinfo.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-CONFIG += testcase qmltypes
-TARGET = tst_qqmlinfo
-macx:CONFIG -= app_bundle
-
-QML_IMPORT_NAME = org.qtproject.Test
-QML_IMPORT_MAJOR_VERSION = 1
-
-HEADERS += \
- attached.h
-
-SOURCES += \
- attached.cpp \
- tst_qqmlinfo.cpp
-
-include (../../shared/util.pri)
-
-TESTDATA = data/*
-
-QT += core-private gui-private qml-private testlib