qt6windows7/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro

12 lines
204 B
Prolog
Raw Normal View History

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