summaryrefslogtreecommitdiffstats
path: root/examples/designer/designer.pro
blob: 3ffd443e1727e3abedf4b1070e86c81e425c770e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE    = subdirs
SUBDIRS     = calculatorform

!contains(CONFIG, static) {
        SUBDIRS += calculatorbuilder \
                   containerextension \
                   customwidgetplugin \
                   taskmenuextension \
                   worldtimeclockbuilder \
                   worldtimeclockplugin
}

# the sun cc compiler has a problem with the include lines for the form.prf
solaris-cc*:SUBDIRS -= calculatorbuilder \
                       worldtimeclockbuilder

qtNomakeTools( \
    containerextension \
    taskmenuextension \
)