summaryrefslogtreecommitdiffstats
path: root/examples/sql/relationaltablemodel/relationaltablemodel.pro
blob: 677f5d886c2157958118c30a323628023fce82a0 (plain)
1
2
3
4
5
6
7
8
HEADERS       = ../connection.h
SOURCES       = relationaltablemodel.cpp
QT           += sql widgets

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