summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/editabletreemodel/editabletreemodel.pro
blob: a6c1e5563f0252cfd7f520c5255a2c4f43d5ff80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets

FORMS       = mainwindow.ui
HEADERS     = mainwindow.h \
              treeitem.h \
              treemodel.h
RESOURCES   = editabletreemodel.qrc
SOURCES     = mainwindow.cpp \
              treeitem.cpp \
              treemodel.cpp \
              main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/editabletreemodel
INSTALLS += target