Add the itemviews demos-examples to the build.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Fri, 24 Jun 2011 09:18:58 +0000 (11:18 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Jun 2011 11:47:53 +0000 (13:47 +0200)
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>
examples/itemviews/interview/interview.pro
examples/itemviews/itemviews.pro
examples/itemviews/spreadsheet/spreadsheet.pro

index a497fbc..f479dc4 100644 (file)
@@ -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
index 4655b30..1d5da70 100644 (file)
@@ -8,12 +8,14 @@ SUBDIRS       = addressbook \
                 editabletreemodel \
                 fetchmore \
                 frozencolumn \
+                interview \
                 pixelator \
                 puzzle \
                 simpledommodel \
                 simpletreemodel \
                 simplewidgetmapper \
-                spinboxdelegate
+                spinboxdelegate \
+                spreadsheet
 
 # install
 sources.files = README *.pro
index 7179d98..c06972b 100644 (file)
@@ -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