summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/simpledommodel/simpledommodel.pro
blob: e52ea4f71ee5fb142440c55882648768e53ba65f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS     = domitem.h \
              dommodel.h \
              mainwindow.h
SOURCES     = domitem.cpp \
              dommodel.cpp \
              main.cpp \
              mainwindow.cpp
CONFIG  += qt
QT      += xml widgets

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