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

# 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