2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = classwizard \
|
|
|
|
configdialog \
|
|
|
|
standarddialogs \
|
|
|
|
tabdialog \
|
|
|
|
trivialwizard
|
|
|
|
|
2011-10-18 07:54:31 +00:00
|
|
|
!wince*: SUBDIRS += licensewizard \
|
2011-04-27 10:05:43 +00:00
|
|
|
extension \
|
|
|
|
findfiles
|
|
|
|
|
|
|
|
wince*: SUBDIRS += sipdialog
|
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = README *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs
|
|
|
|
INSTALLS += sources
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|