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