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.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/widgets/tools/tools.pro b/examples/widgets/tools/tools.pro
index 503efa8403..f3cbd73d98 100644
--- a/examples/widgets/tools/tools.pro
+++ b/examples/widgets/tools/tools.pro
@@ -5,7 +5,6 @@ SUBDIRS = \
customcompleter \
echoplugin \
i18n \
- plugandpaintplugins \
plugandpaint \
regexp \
regularexpression \
@@ -17,12 +16,9 @@ SUBDIRS = \
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
-plugandpaint.depends = plugandpaintplugins
-
load(qfeatures)
contains(QT_DISABLED_FEATURES, library) {
SUBDIRS -= \
echoplugin \
- plugandpaintplugins \
plugandpaint
}