qt5base-lts/examples/sql/sql.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

22 lines
497 B
Prolog

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
symbian: CONFIG += qt_example
QT += widgets