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

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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example