examples/tutorials/modelview/modelview.pro
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
     1 TEMPLATE = subdirs
     1 TEMPLATE  = subdirs
     2 
       
     3 SUBDIRS = 1_readonly \
     2 SUBDIRS = 1_readonly \
     4           2_formatting \
     3           2_formatting \
     5           3_changingmodel \
     4           3_changingmodel \
     6           4_headers \
     5           4_headers \
     7           5_edit \
     6           5_edit \
     8           6_treeview \
     7           6_treeview \
     9           7_selections
     8           7_selections
    10 
     9 
       
    10 # install
       
    11 target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview
       
    12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS modelview.pro 
       
    13 sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview
       
    14 INSTALLS += target sources
       
    15 
       
    16 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)