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

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)