summaryrefslogtreecommitdiff
path: root/examples/script/script.pro
blob: cc972331a5b0c1130106fbe7c4ff750167cde7ec (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
TEMPLATE = subdirs
SUBDIRS = customclass

qtHaveModule(gui): SUBDIRS += qsdbg

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

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

    !wince {
        SUBDIRS += \
            qscript
    }
}

!wince {
    qtHaveModule(gui): SUBDIRS += marshal
}

maemo5: CONFIG += qt_example