Files
qt5.12.8/examples/sql/cachedtable/cachedtable.pro
2025-08-26 22:57:23 +08:00

12 lines
266 B
Prolog

HEADERS = ../connection.h \
tableeditor.h
SOURCES = main.cpp \
tableeditor.cpp
QT += sql widgets
requires(qtConfig(tableview))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/cachedtable
INSTALLS += target