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

TEMPLATE = app

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

QT += widgets

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