summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/modelview/6_treeview/6_treeview.pro
blob: cbcd3eed5ee3e52a7ac55ea2a2e99019af12926c (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = mv_tree
TEMPLATE = app
QT += widgets
SOURCES += main.cpp \
    mainwindow.cpp
HEADERS += mainwindow.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/6_treeview
INSTALLS += target