qt6windows7/examples/sql/cachedtable/cachedtable.pro
2023-10-29 23:33:08 +01: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