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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/tools/tools.pro b/examples/widgets/tools/tools.pro
index dd8401567b..a6d483f7e2 100644
--- a/examples/widgets/tools/tools.pro
+++ b/examples/widgets/tools/tools.pro
@@ -1,23 +1,8 @@
TEMPLATE = subdirs
SUBDIRS = \
- codecs \
completer \
customcompleter \
- echoplugin \
- i18n \
- plugandpaint \
- regexp \
regularexpression \
- settingseditor \
- styleplugin \
treemodelcompleter \
- undo \
undoframework
-contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
-
-!qtConfig(library) {
- SUBDIRS -= \
- echoplugin \
- plugandpaint
-}