summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/dialogs.pro
blob: 5bdac5a63d664ae0c23c560c0354e3d7516c0b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE      = subdirs
SUBDIRS       = classwizard \
                configdialog \
                standarddialogs \
                tabdialog \
                trivialwizard

!symbian:!wince*: SUBDIRS += licensewizard \
                    extension \
                    findfiles

wince*: SUBDIRS += sipdialog

# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs
INSTALLS += sources

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example