util/examples/sql/sql.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE      = subdirs
       
     2 
       
     3 SUBDIRS             =   drilldown
       
     4 !symbian: SUBDIRS   +=  cachedtable \
       
     5                         relationaltablemodel \
       
     6                         sqlwidgetmapper
       
     7 
       
     8 !wince*:  SUBDIRS   +=  masterdetail
       
     9 
       
    10 !wince*:!symbian: SUBDIRS += \
       
    11                         querymodel \
       
    12                         tablemodel
       
    13 
       
    14 
       
    15 # install
       
    16 sources.files = connection.h sql.pro README
       
    17 sources.path = $$[QT_INSTALL_EXAMPLES]/sql
       
    18 INSTALLS += sources
       
    19 
       
    20 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)