examples/tutorials/tutorials.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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)