summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 06ef0adcab..e1c3611836 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -11,7 +11,6 @@ SUBDIRS = \
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += widgets \
ipc \
- linguist \
sql \
tools \
touch \
@@ -24,7 +23,6 @@ contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):!contains(QT_CONFIG
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, no-widgets):SUBDIRS += opengl
contains(QT_CONFIG, dbus): SUBDIRS += dbus
contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
-contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= linguist
aggregate.files = aggregate/examples.pro
aggregate.path = $$[QT_INSTALL_EXAMPLES]