Add the graphicsview demo-examples to the build.

Change-Id: I2f97985db9e547c37db00c32b2e1a1658f076f75
Reviewed-on: http://codereview.qt.nokia.com/684
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
This commit is contained in:
Casper van Donderen 2011-06-23 11:15:43 +02:00 committed by Qt by Nokia
parent 21aba79915
commit 64cb29a252
4 changed files with 14 additions and 8 deletions

View File

@ -30,11 +30,11 @@ RESOURCES += boxes.qrc
QT += opengl QT += opengl
# install # install
target.path = $$[QT_INSTALL_DEMOS]/qtbase/boxes target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/boxes
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg *.png *.fsh *.vsh *.par sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg *.png *.fsh *.vsh *.par
sources.files -= 3rdparty/fbm.h 3rdparty/fbm.c sources.files -= 3rdparty/fbm.h 3rdparty/fbm.c
sources.files += 3rdparty sources.files += 3rdparty
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/boxes sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/boxes
INSTALLS += target sources INSTALLS += target sources
wince*: { wince*: {

View File

@ -12,9 +12,9 @@ build_all:!build_pass {
} }
# install # install
target.path = $$[QT_INSTALL_DEMOS]/qtbase/chip target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/chip
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.pro *.html *.doc images sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.pro *.html *.doc images
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/chip sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/chip
INSTALLS += target sources INSTALLS += target sources
symbian: CONFIG += qt_demo symbian: CONFIG += qt_example

View File

@ -11,9 +11,9 @@ build_all:!build_pass {
} }
# install # install
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embeddeddialogs target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/embeddeddialogs
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.png *.jpg *.plist *.icns *.ico *.rc *.pro *.html *.doc images sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.png *.jpg *.plist *.icns *.ico *.rc *.pro *.html *.doc images
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embeddeddialogs sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/embeddeddialogs
INSTALLS += target sources INSTALLS += target sources
symbian: CONFIG += qt_demo symbian: CONFIG += qt_example

View File

@ -1,6 +1,8 @@
TEMPLATE = subdirs TEMPLATE = subdirs
SUBDIRS = \ SUBDIRS = \
chip \
elasticnodes \ elasticnodes \
embeddeddialogs \
collidingmice \ collidingmice \
padnavigator \ padnavigator \
basicgraphicslayouts basicgraphicslayouts
@ -15,6 +17,10 @@ SUBDIRS = \
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles2):{
SUBDIRS += boxes
}
# install # install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README