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>
bb10
Casper van Donderen 2011-06-24 11:18:58 +02:00 committed by Qt by Nokia
parent 53a16752c2
commit b138e14c40
3 changed files with 9 additions and 7 deletions

View 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

View File

@ -8,12 +8,14 @@ SUBDIRS = addressbook \
editabletreemodel \
fetchmore \
frozencolumn \
interview \
pixelator \
puzzle \
simpledommodel \
simpletreemodel \
simplewidgetmapper \
spinboxdelegate
spinboxdelegate \
spreadsheet
# install
sources.files = README *.pro

View 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