summaryrefslogtreecommitdiffstats
path: root/QtTest/QtTest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'QtTest/QtTest.pro')
-rw-r--r--QtTest/QtTest.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/QtTest/QtTest.pro b/QtTest/QtTest.pro
deleted file mode 100644
index 88db644..0000000
--- a/QtTest/QtTest.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-# No C++ sources to build, so use the "subdirs" template without
-# any SUBDIRS to disable trying to build a C++ app, lib, or plugin.
-TEMPLATE = subdirs
-
-qdeclarativesources.files += \
- qmldir \
- TestCase.qml \
- testlogger.js
-
-qdeclarativesources.path += $$[QT_INSTALL_IMPORTS]/QtTest
-
-INSTALLS += qdeclarativesources