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

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