summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/modelview/5_edit/5_edit.pro
blob: 9a2c34f977dd61d1ad837c9131e37a5f5f152a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = mv_edit

TEMPLATE = app

QT += widgets

SOURCES += main.cpp \
           mainwindow.cpp \
           mymodel.cpp

HEADERS += mainwindow.h \
           mymodel.h

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

simulator: warning(This example might not fully work on Simulator platform)