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

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