summaryrefslogtreecommitdiffstats
path: root/examples/itemviews
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-24 11:18:58 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-27 13:47:53 +0200
commitb138e14c40c54bf12f9c6c35b7f054127430eb50 (patch)
tree1690f42d5534b801d6b4ad03bc96f6444c1b9ac5 /examples/itemviews
parent53a16752c257d2f4f99ecef2cde1580b817fc12a (diff)
Add the itemviews demos-examples to the build.
Change-Id: I032216c228193040568ef5d547685b587d2a43e6 Reviewed-on: http://codereview.qt.nokia.com/751 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kevin Wright <kevin.wright@nokia.com>
Diffstat (limited to 'examples/itemviews')
-rw-r--r--examples/itemviews/interview/interview.pro6
-rw-r--r--examples/itemviews/itemviews.pro4
-rw-r--r--examples/itemviews/spreadsheet/spreadsheet.pro6
3 files changed, 9 insertions, 7 deletions
diff --git a/examples/itemviews/interview/interview.pro b/examples/itemviews/interview/interview.pro
index a497fbc407..f479dc4f09 100644
--- a/examples/itemviews/interview/interview.pro
+++ b/examples/itemviews/interview/interview.pro
@@ -11,9 +11,9 @@ build_all:!build_pass {
}
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/interview
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/interview
sources.files = $$SOURCES $$HEADERS $$RESOURCES README *.pro images
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/interview
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/interview
INSTALLS += target sources
-symbian: CONFIG += qt_demo
+symbian: CONFIG += qt_example
diff --git a/examples/itemviews/itemviews.pro b/examples/itemviews/itemviews.pro
index 4655b30b6b..1d5da705d4 100644
--- a/examples/itemviews/itemviews.pro
+++ b/examples/itemviews/itemviews.pro
@@ -8,12 +8,14 @@ SUBDIRS = addressbook \
editabletreemodel \
fetchmore \
frozencolumn \
+ interview \
pixelator \
puzzle \
simpledommodel \
simpletreemodel \
simplewidgetmapper \
- spinboxdelegate
+ spinboxdelegate \
+ spreadsheet
# install
sources.files = README *.pro
diff --git a/examples/itemviews/spreadsheet/spreadsheet.pro b/examples/itemviews/spreadsheet/spreadsheet.pro
index 7179d98eba..c06972b760 100644
--- a/examples/itemviews/spreadsheet/spreadsheet.pro
+++ b/examples/itemviews/spreadsheet/spreadsheet.pro
@@ -26,9 +26,9 @@ build_all:!build_pass {
}
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/spreadsheet
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/spreadsheet
sources.files = $$SOURCES $$RESOURCES *.pro images $$HEADERS
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/spreadsheet
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/spreadsheet
INSTALLS += target sources
-symbian: CONFIG += qt_demo
+symbian: CONFIG += qt_example