summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/5_edit/5_edit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/5_edit/5_edit.pro')
-rw-r--r--examples/tutorials/modelview/5_edit/5_edit.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/tutorials/modelview/5_edit/5_edit.pro b/examples/tutorials/modelview/5_edit/5_edit.pro
deleted file mode 100644
index cd55a0b8f4..0000000000
--- a/examples/tutorials/modelview/5_edit/5_edit.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TARGET = mv_edit
-
-TEMPLATE = app
-
-SOURCES += main.cpp \
- mainwindow.cpp \
- mymodel.cpp
-
-HEADERS += mainwindow.h \
- mymodel.h
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/5_edit
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 5_edit.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/5_edit
-INSTALLS += target sources
-
-QT += widgets
-
-simulator: warning(This example might not fully work on Simulator platform)