aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-12 15:32:08 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-12 19:45:45 +0000
commitb6ff963362955f63ca35daa0268d8fde93229997 (patch)
tree764b3b8d6e9e3407ea6f7e5b6af1b005f9308ded /tests/auto/auto.pro
parent707e6f528fc79db236d282e7ea41eb952c825433 (diff)
Revert "Build (and fail) Quick with -no-opengl"
This reverts commit 707e6f528fc79db236d282e7ea41eb952c825433. We will not pursue this route for the time being. Change-Id: Idd1fce362440f6bf1b58901a289843fdfb39a5b7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro21
1 files changed, 8 insertions, 13 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index cf3da263ca..425e88b983 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,20 +1,15 @@
TEMPLATE=subdirs
-
-SUBDIRS = \
+SUBDIRS=\
+ qml \
+ quick \
+ particles \
+ qmltest \
+ qmldevtools \
cmake \
installed_cmake \
- qmldevtools
-
-qtHaveModule(quick):contains(QT_CONFIG, opengl(es1|es2)?) {
- SUBDIRS += \
- qml \
- quick \
- particles \
- qmltest \
- toolsupport
+ toolsupport
- qtHaveModule(widgets): SUBDIRS += quickwidgets
-}
+qtHaveModule(widgets): SUBDIRS += quickwidgets
qmldevtools.CONFIG = host_build