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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlwidgetmapper
INSTALLS += target

wince: DEPLOYMENT_PLUGIN += qsqlite