summaryrefslogtreecommitdiff
path: root/examples/script/script.pro
blob: 3e1eae63d260b88a59c5126bf7be85b33e111723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TEMPLATE = subdirs
SUBDIRS = \
    customclass \
    qsdbg

qtHaveModule(widgets) {
    SUBDIRS += \
        helloscript \
        context2d \
        defaultprototypes

    qtHaveModule(uitools) {
        SUBDIRS += \
            calculator \
            qstetrix
    }

    !wince {
        SUBDIRS += \
            qscript
    }
}

!wince {
    SUBDIRS += \
        marshal
}

maemo5: CONFIG += qt_example