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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/relationaltablemodel
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS relationaltablemodel.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/relationaltablemodel
INSTALLS += target sources