2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS = drilldown
|
|
|
|
!symbian: SUBDIRS += cachedtable \
|
|
|
|
relationaltablemodel \
|
|
|
|
sqlwidgetmapper
|
|
|
|
|
|
|
|
!wince*: SUBDIRS += masterdetail
|
|
|
|
|
|
|
|
!wince*:!symbian: SUBDIRS += \
|
|
|
|
querymodel \
|
|
|
|
tablemodel
|
|
|
|
|
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = connection.h sql.pro README
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql
|
|
|
|
INSTALLS += sources
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
symbian: CONFIG += qt_example
|