summaryrefslogtreecommitdiffstats
path: root/examples/designer/designer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/designer.pro')
-rw-r--r--examples/designer/designer.pro12
1 files changed, 3 insertions, 9 deletions
diff --git a/examples/designer/designer.pro b/examples/designer/designer.pro
index 3ffd443e1..3f2f6367f 100644
--- a/examples/designer/designer.pro
+++ b/examples/designer/designer.pro
@@ -1,20 +1,14 @@
TEMPLATE = subdirs
-SUBDIRS = calculatorform
+SUBDIRS = calculatorform \
+ calculatorform_mi
!contains(CONFIG, static) {
SUBDIRS += calculatorbuilder \
containerextension \
customwidgetplugin \
- taskmenuextension \
- worldtimeclockbuilder \
- worldtimeclockplugin
+ taskmenuextension
}
# the sun cc compiler has a problem with the include lines for the form.prf
solaris-cc*:SUBDIRS -= calculatorbuilder \
worldtimeclockbuilder
-
-qtNomakeTools( \
- containerextension \
- taskmenuextension \
-)