summaryrefslogtreecommitdiffstats
path: root/examples/sql/tablemodel/tablemodel.pro
blob: 41280eec528b6cf0002bce9378e16b38c6d43fc0 (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]/qtbase/sql/tablemodel
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS tablemodel.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/tablemodel
INSTALLS += target sources

symbian: CONFIG += qt_example