qt6windows7/examples/sql/tablemodel/tablemodel.pro

10 lines
205 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
HEADERS = ../connection.h
SOURCES = tablemodel.cpp
QT += sql widgets
requires(qtConfig(tableview))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/tablemodel
INSTALLS += target