summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorPasi Keranen <pasi.keranen@digia.com>2014-03-25 10:06:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-03 09:12:44 +0200
commita96be4ff65df3e76094ac5e7e6b1724adb252808 (patch)
treea5051c5d677d8dcb0092e8d236d05d8b0bb0d31a /tests/auto/auto.pro
parent440861bf098e7e0407b3d5ca6a50138cfb445c08 (diff)
Removing old 1.0 stuff from project root.
If needed we can fetch stuff back from master branch. Change-Id: Ic35f989de4a59d2c0a18ca6b18f0c0aca64d5046 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index 46114c1c1..000000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = threed \
- cmake
-
-qtHaveModule(qml): SUBDIRS += imports
-qtHaveModule(qmltest) {
- SUBDIRS += qml3d
-
- !win32 : SUBDIRS += qml3d_visual \
- qml3d_cpp
-}