summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2012-09-10 11:08:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-10 14:09:45 +0200
commite78e7d325b85a96851615ae0199d3465b5d394c3 (patch)
treec1f54540dddfb90d075391b95a9412902b853a35 /tests/auto/widgets/styles
parent1ea00124f77df1753b3d881810bbed181bbc6fc6 (diff)
Fix build of tests/ on Windows CE
Remove some subprojects that have missing dependencies or use API that is non-available on Windows CE. Change-Id: Iad7118b95a691a433c3f798d56a6a069e5e41917 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/widgets/styles')
-rw-r--r--tests/auto/widgets/styles/styles.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/widgets/styles/styles.pro b/tests/auto/widgets/styles/styles.pro
index 7e931582db..1791279b72 100644
--- a/tests/auto/widgets/styles/styles.pro
+++ b/tests/auto/widgets/styles/styles.pro
@@ -11,3 +11,6 @@ SUBDIRS=\
# This test can only be run on Mac OS:
!mac:SUBDIRS -= \
qmacstyle \
+
+!contains( styles, motif ):SUBDIRS -= \
+ qstylesheetstyle \