summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtconcurrent')
-rw-r--r--examples/qtconcurrent/qtconcurrent.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro
index 4e5fd6ed7d..f41ba881a2 100644
--- a/examples/qtconcurrent/qtconcurrent.pro
+++ b/examples/qtconcurrent/qtconcurrent.pro
@@ -8,6 +8,14 @@ SUBDIRS = imagescaling \
SUBDIRS += progressdialog
}
+contains(QT_CONFIG, no-widgets) {
+ SUBDIRS -= \
+ imagescaling \
+ progressdialog \
+ runfunction \
+ wordcount
+}
+
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README