summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-20 13:18:59 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-22 10:08:51 +0000
commit31f9c57bc50ae053cfaf039a1dfdb128e2494458 (patch)
tree316138cb73c49877f5a80a8496c2f1b737122fb5 /tests/tests.pro
parent4162ddeb02ee41fd4217d7f3d93d45cab3313ba8 (diff)
Fix issues with COIN builds
-Fix miscellaneous compile errors -Move manual tests to manual folder and enable export of autotests -Added widgets requirement -Fixed autotests -Fixed renderer and controller synchronization in QML case -Treat fallback Mesa as ES2 similar to setting AA_UseSoftwareOpenGL Change-Id: If6619733725d079e339bef16262e5ea1450ab20f Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro30
1 files changed, 1 insertions, 29 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index ef28a0da..caa90722 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -8,32 +8,4 @@ contains(QT_CONFIG, opengles1) {
TEMPLATE = subdirs
SUBDIRS += auto
-
-qtHaveModule(quick) {
- SUBDIRS += qmlcamera \
- qmldynamicdata \
- qmlmultiwindow \
- qmlmultitest \
- qmlvolume \
- qmlperf
-}
-
-!android:!ios:!winrt {
- SUBDIRS += barstest \
- scattertest \
- surfacetest \
- multigraphs \
- directional \
- itemmodeltest \
- volumetrictest
-
- # For testing code snippets of minimal applications
- SUBDIRS += minimalbars \
- minimalscatter \
- minimalsurface
-
- # Requires Kinect drivers
- #SUBDIRS += kinectsurface
-}
-
-qtHaveModule(multimedia):!android:!static:!winrt: SUBDIRS += spectrum
+exists(manual): SUBDIRS += manual