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

12 lines
247 B
Prolog

TARGET = mv_tree
TEMPLATE = app
QT += widgets
requires(qtConfig(treeview))
SOURCES += main.cpp \
mainwindow.cpp
HEADERS += mainwindow.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/6_treeview
INSTALLS += target