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