summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-12-12 11:20:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-14 11:02:47 +0100
commitd64c4662f01ffc94c68e7c9f7abdb6309e67e489 (patch)
treeb94b144024105df1dc8cd1399ce6dbc14f743e08 /examples/examples.pro
parenta0a4c06736a71fedb69f01c1c4c423173a2a665e (diff)
QtBase: Removed moved linguist examples.
Linguist examples are now in qttools. Change-Id: I8abfff50d81cda143a080711bf9583e7be777009 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
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]