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

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