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
parent
53a16752c2
commit
b138e14c40
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@ SUBDIRS = addressbook \
|
|||
editabletreemodel \
|
||||
fetchmore \
|
||||
frozencolumn \
|
||||
interview \
|
||||
pixelator \
|
||||
puzzle \
|
||||
simpledommodel \
|
||||
simpletreemodel \
|
||||
simplewidgetmapper \
|
||||
spinboxdelegate
|
||||
spinboxdelegate \
|
||||
spreadsheet
|
||||
|
||||
# install
|
||||
sources.files = README *.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
|
||||
|
|
|
|||
Loading…
Reference in New Issue