summaryrefslogtreecommitdiff
path: root/examples/script/script.pro
blob: 245824c84712427c9151ec4ba346a2379f0f2a3f (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

!isEmpty(QT.widgets.name) {
    SUBDIRS += \
        helloscript \
        context2d \
        defaultprototypes

    !isEmpty(QT.uitools.name) {
        SUBDIRS += \
            calculator \
            qstetrix
    }

    !wince {
        SUBDIRS += \
            qscript
    }
}

!wince {
    SUBDIRS += \
        marshal
}

maemo5: CONFIG += qt_example