Files
qt4-x11/examples/sql/tablemodel/tablemodel.pro
2025-08-24 20:55:26 +08:00

14 lines
421 B
Prolog

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)