summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 763ff4e17e..2e2f606e85 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,11 +1,10 @@
-Qt += widgets
-
TEMPLATE = subdirs
SUBDIRS = \
network \
statemachine \
threads \
- xml
+ xml \
+ qpa
!contains(QT_CONFIG, no-gui) {
SUBDIRS += \
@@ -30,9 +29,6 @@ SUBDIRS = \
touch \
gestures
}
-
-qpa:SUBDIRS += qpa
-
wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
embedded:SUBDIRS += qws
@@ -46,5 +42,3 @@ contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]
INSTALLS += sources
-
-QT += widgets