qt6windows7/examples/sql/querymodel/querymodel.pro
2023-10-29 23:33:08 +01:00

14 lines
347 B
Prolog

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