qt6windows7/examples/widgets/tutorials/modelview/7_selections/7_selections.pro
2023-10-29 23:33:08 +01:00

12 lines
256 B
Prolog

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