examples/sql/sql.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 7 3f74d0d4af4c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     1 TEMPLATE      = subdirs
     1 TEMPLATE      = subdirs
     2 
     2 
     3 SUBDIRS             =   drilldown
     3 SUBDIRS             =   drilldown
       
     4 
       
     5 symbian: SUBDIRS   +=  masterdetail
       
     6 
     4 !symbian: SUBDIRS   +=  cachedtable \
     7 !symbian: SUBDIRS   +=  cachedtable \
     5                         relationaltablemodel \
     8                         relationaltablemodel \
     6                         sqlwidgetmapper
     9                         sqlwidgetmapper
     7 
    10 
     8 !wince*:!symbian: SUBDIRS += \
    11 !wince*:!symbian: SUBDIRS += \
     9                         querymodel \
    12                         querymodel \
    10                         tablemodel \
    13                         tablemodel \
    11                         masterdetail
    14                         masterdetail
    12 
    15 
    13 symbian: SUBDIRS   +=  masterdetail
       
    14 
       
    15 # install
    16 # install
    16 sources.files = connection.h sql.pro README
    17 sources.files = connection.h sql.pro README
    17 sources.path = $$[QT_INSTALL_EXAMPLES]/sql
    18 sources.path = $$[QT_INSTALL_EXAMPLES]/sql
    18 INSTALLS += sources
    19 INSTALLS += sources
    19 
    20