summaryrefslogtreecommitdiffstats
path: root/examples/sql/tablemodel/tablemodel.pro
blob: 4785897fcb7245b2d73015bc248efd81c1d96e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)