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')
-rwxr-xr-xexamples/tutorials/modelview/5_edit/5_edit.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/5_edit/5_edit.pro b/examples/tutorials/modelview/5_edit/5_edit.pro
new file mode 100755
index 0000000000..d2fb983a13
--- /dev/null
+++ b/examples/tutorials/modelview/5_edit/5_edit.pro
@@ -0,0 +1,18 @@
+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
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)