summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/dialogs.pro
blob: 6f193094407a1b7d33236bc3622c3997e4d41be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT_FOR_CONFIG += widgets

TEMPLATE      = subdirs
SUBDIRS       = classwizard \
                configdialog \
                standarddialogs \
                tabdialog \
                trivialwizard

!wince {
    SUBDIRS += \
        licensewizard \
        extension \
        findfiles
}

!qtHaveModule(printsupport): SUBDIRS -= licensewizard
!qtConfig(wizard) {
    SUBDIRS -= trivialwizard licensewizard classwizard
}
wince: SUBDIRS += sipdialog