Files
qt5.12.8/examples/widgets/tutorials/modelview/7_selections/7_selections.pro
2025-08-26 22:57:23 +08: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