examples/dialogs/dialogs.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE      = subdirs
       
     2 SUBDIRS       = classwizard \
       
     3                 configdialog \
       
     4                 standarddialogs \
       
     5                 tabdialog \
       
     6                 trivialwizard
       
     7 
       
     8 !symbian:!wince*: SUBDIRS += licensewizard \
       
     9                     extension \
       
    10                     findfiles
       
    11 
       
    12 wince*: SUBDIRS += sipdialog
       
    13 
       
    14 # install
       
    15 sources.files = README *.pro
       
    16 sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs
       
    17 INSTALLS += sources
       
    18 
       
    19 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)