summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/tools.pro')
-rw-r--r--examples/widgets/tools/tools.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/widgets/tools/tools.pro b/examples/widgets/tools/tools.pro
index d2a02deb6b..a6d483f7e2 100644
--- a/examples/widgets/tools/tools.pro
+++ b/examples/widgets/tools/tools.pro
@@ -2,20 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = \
completer \
customcompleter \
- echoplugin \
- i18n \
- plugandpaint \
regularexpression \
- settingseditor \
- styleplugin \
treemodelcompleter \
- undo \
undoframework
-contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
-
-!qtConfig(library) {
- SUBDIRS -= \
- echoplugin \
- plugandpaint
-}