util/examples/tutorials/tutorials.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE      = subdirs
       
     2 SUBDIRS       = \
       
     3                 addressbook
       
     4 
       
     5 # install
       
     6 sources.files = README *.pro
       
     7 sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials
       
     8 INSTALLS += sources
       
     9 
       
    10 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)