summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-03-23 14:31:28 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-23 14:31:28 +0100
commit425b38ef95f6f4478ffbd4ada0d3046fae2c95e7 (patch)
tree0347dd701ace8ab022cf6c86edbb61be9795a668 /examples/examples.pro
parent2f2b78321427daa8c7f0702140c297d22b0bf3c8 (diff)
parent3b512ae142017f105f297467f74dc28d3cb9030a (diff)
Merge "Merge master into api_changes" into refs/staging/api_changes
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index e402f29c98..2180d18587 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -15,7 +15,6 @@ SUBDIRS = \
effects \
graphicsview \
ipc \
- itemviews \
layouts \
linguist \
mainwindows \
@@ -25,9 +24,13 @@ SUBDIRS = \
sql \
tools \
tutorials \
- widgets \
touch \
gestures
+
+ !contains(QT_CONFIG, no-widgets) {
+ SUBDIRS += widgets \
+ itemviews
+ }
}
wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded