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