blob: 3f2f6367fce9667e069d2dd5cc2b85bb072b912f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = subdirs
SUBDIRS = calculatorform \
calculatorform_mi
!contains(CONFIG, static) {
SUBDIRS += calculatorbuilder \
containerextension \
customwidgetplugin \
taskmenuextension
}
# the sun cc compiler has a problem with the include lines for the form.prf
solaris-cc*:SUBDIRS -= calculatorbuilder \
worldtimeclockbuilder
|