summaryrefslogtreecommitdiff
path: root/examples/designer/designer.pro
blob: 5f9cc27695853ef492a0b3ad7fb7dade474109aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE    = subdirs
SUBDIRS     = calculatorform

!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