summaryrefslogtreecommitdiffstats
path: root/tests
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
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')
-rw-r--r--tests/auto/auto.pro11
-rw-r--r--tests/benchmarks/benchmarks.pro5
-rw-r--r--tests/manual/icon.pngbin4575 -> 0 bytes
-rw-r--r--tests/manual/manual.pro18
-rw-r--r--tests/tests.pro.disabled3
5 files changed, 0 insertions, 37 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
-}
diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro
deleted file mode 100644
index e1669e315..000000000
--- a/tests/benchmarks/benchmarks.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qarray \
- qglbuilder_perf
-qtHaveModule(qml): SUBDIRS += matrix_properties
diff --git a/tests/manual/icon.png b/tests/manual/icon.png
deleted file mode 100644
index 9a8865441..000000000
--- a/tests/manual/icon.png
+++ /dev/null
Binary files differ
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
deleted file mode 100644
index fd89e0f3e..000000000
--- a/tests/manual/manual.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = subdirs
-qtHaveModule(quick) {
- SUBDIRS += \
- animations \
- basic \
- background \
- displaymodel \
- fullreferencing \
- model3ds \
- navigation1 \
- qrc \
- rotation \
- scaling \
- shapes \
- submesh \
- translation \
- transformations
-}
diff --git a/tests/tests.pro.disabled b/tests/tests.pro.disabled
deleted file mode 100644
index 24db71db9..000000000
--- a/tests/tests.pro.disabled
+++ /dev/null
@@ -1,3 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = manual
-!package: SUBDIRS += auto benchmarks