2011-04-27 10:05:43 +00:00
|
|
|
HEADERS = ../connection.h
|
|
|
|
SOURCES = tablemodel.cpp
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += sql widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|