summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
blob: a0615bea97a4b1ab465fc9c9e17fb337a8d2eb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HEADERS   = window.h
SOURCES   = main.cpp \
            window.cpp
QT += sql

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlwidgetmapper
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlwidgetmapper
INSTALLS += target sources

wince*: DEPLOYMENT_PLUGIN += qsqlite

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example