summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/modelview.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-08-31 19:15:30 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-08-31 19:15:30 (GMT)
commitd8e3ed4926bf3529329d774a1c17cd0d45483de0 (patch)
tree51ec5f16f0f8c22e242d21eafcb94a6ce2578b39 /examples/tutorials/modelview/modelview.pro
parent882992494e0c6f6510e95976abdac5d57966eb6c (diff)
parentbba97ff5e7faecfaf9b3d0cbb0e2d788bdfd5ab9 (diff)
downloadQt-d8e3ed4926bf3529329d774a1c17cd0d45483de0.zip
Qt-d8e3ed4926bf3529329d774a1c17cd0d45483de0.tar.gz
Qt-d8e3ed4926bf3529329d774a1c17cd0d45483de0.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Update to the NTLM code. QTextEngine::LayoutData::reallocate musn't corrupt memory Updated Twitter demo in response to the new Twitter oauth requirement doc: Remove \internal tag from QScriptProgram Doc: Reviewed updates to the model/view tutorial. QNetworkAccessManager doc: add since tag for added enum fixed compilation problem added missing files added missing files problem: 2 images that were in raw html tables appeared smaller in konqueror for some reason - solution: fixed width for right columns in 2 raw html tables moving over work from 28b49e42f5bddec2d62e957f158cb848da134db8
Diffstat (limited to 'examples/tutorials/modelview/modelview.pro')
-rwxr-xr-x[-rw-r--r--]examples/tutorials/modelview/modelview.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/modelview.pro b/examples/tutorials/modelview/modelview.pro
index 7f684ba..50f5c3a 100644..100755
--- a/examples/tutorials/modelview/modelview.pro
+++ b/examples/tutorials/modelview/modelview.pro
@@ -1,5 +1,4 @@
-TEMPLATE = subdirs
-
+TEMPLATE = subdirs
SUBDIRS = 1_readonly \
2_formatting \
3_changingmodel \
@@ -8,3 +7,10 @@ SUBDIRS = 1_readonly \
6_treeview \
7_selections
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS modelview.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)