summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-25 20:05:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-03 19:37:19 +0200
commita6c401987d01a44ab9a5507f177d756fefaa58d4 (patch)
tree3511d58130d376f1225837d2652f6b3ff0667baa /examples
parent489c8f3fb87975ffd7d81b86ee152f1ebe25e659 (diff)
adjust to new "configure -nomake tools" semantics
Change-Id: I953ce0215e67ee4dd8fa4fc0db2c1903946e3132 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/designer/designer.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/designer/designer.pro b/examples/designer/designer.pro
index 348b684c9..5b81ce2bc 100644
--- a/examples/designer/designer.pro
+++ b/examples/designer/designer.pro
@@ -11,3 +11,11 @@ SUBDIRS = calculatorform
# the sun cc compiler has a problem with the include lines for the form.prf
solaris-cc*:SUBDIRS -= calculatorbuilder \
worldtimeclockbuilder
+
+qtNomakeTools( \
+ containerextension \
+ customwidgetplugin \
+ taskmenuextension \
+ worldtimeclockbuilder \
+ worldtimeclockplugin \
+)