mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 20:34:31 +08:00
12 lines
247 B
Prolog
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
|