qt6windows7/examples/widgets/tutorials/modelview/7_selections/7_selections.pro

12 lines
256 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TARGET = mv_selections
TEMPLATE = app
QT += widgets
requires(qtConfig(treeview))
SOURCES += main.cpp \
mainwindow.cpp
HEADERS += mainwindow.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/7_selections
INSTALLS += target