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

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