2017-05-31 19:28:32 +00:00
|
|
|
QT_FOR_CONFIG += widgets
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = classwizard \
|
|
|
|
configdialog \
|
|
|
|
standarddialogs \
|
|
|
|
tabdialog \
|
|
|
|
trivialwizard
|
|
|
|
|
2015-06-03 15:04:53 +00:00
|
|
|
!wince {
|
|
|
|
SUBDIRS += \
|
|
|
|
licensewizard \
|
|
|
|
extension \
|
|
|
|
findfiles
|
|
|
|
}
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2013-02-19 11:55:11 +00:00
|
|
|
!qtHaveModule(printsupport): SUBDIRS -= licensewizard
|
2017-05-31 19:28:32 +00:00
|
|
|
!qtConfig(wizard) {
|
|
|
|
SUBDIRS -= trivialwizard licensewizard classwizard
|
|
|
|
}
|
2015-06-03 15:04:53 +00:00
|
|
|
wince: SUBDIRS += sipdialog
|