summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/tools.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-18 11:23:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-19 20:10:46 +0200
commitecb2c0c24cc1ce61d4252debd9e7beffe59d0681 (patch)
tree80c0dd6261fd72e35e94672083cfa3c44edb15df /examples/widgets/tools/tools.pro
parented2068063aae3e7346e63a73aa222ef8532a816f (diff)
fix processing order for qmake -r
the plugandpaint example statically links to one of the plugins, so there is a build-time dependency. Change-Id: I9c77b5641028e6b958ceeea56c606bda59f396b4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/widgets/tools/tools.pro')
-rw-r--r--examples/widgets/tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/tools.pro b/examples/widgets/tools/tools.pro
index b5d52356f9..7178411110 100644
--- a/examples/widgets/tools/tools.pro
+++ b/examples/widgets/tools/tools.pro
@@ -5,8 +5,8 @@ SUBDIRS = \
customcompleter \
echoplugin \
i18n \
- plugandpaint \
plugandpaintplugins \
+ plugandpaint \
regexp \
settingseditor \
styleplugin \