diff -r 000000000000 -r 1918ee327afb examples/dialogs/dialogs.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/dialogs/dialogs.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,19 @@ +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]/dialogs +INSTALLS += sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)