summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/7_selections/7_selections.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/7_selections/7_selections.pro')
-rwxr-xr-xexamples/tutorials/modelview/7_selections/7_selections.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/7_selections/7_selections.pro b/examples/tutorials/modelview/7_selections/7_selections.pro
new file mode 100755
index 0000000000..5b01b0a190
--- /dev/null
+++ b/examples/tutorials/modelview/7_selections/7_selections.pro
@@ -0,0 +1,13 @@
+TARGET = mv_selections
+TEMPLATE = app
+SOURCES += main.cpp \
+ mainwindow.cpp
+HEADERS += mainwindow.h
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/7_selections
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 7_selections.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/7_selections
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)