summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
blob: 6d2f028d668dd7449ce3c9337211585e1b148472 (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 widgets

# 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