Add the graphicsview demo-examples to the build.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Thu, 23 Jun 2011 09:15:43 +0000 (11:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 24 Jun 2011 14:47:24 +0000 (16:47 +0200)
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
examples/graphicsview/boxes/boxes.pro
examples/graphicsview/chip/chip.pro
examples/graphicsview/embeddeddialogs/embeddeddialogs.pro
examples/graphicsview/graphicsview.pro

index d599a3a..49de5a9 100644 (file)
@@ -30,11 +30,11 @@ RESOURCES += boxes.qrc
 QT += opengl
 
 # 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 -= 3rdparty/fbm.h 3rdparty/fbm.c
 sources.files += 3rdparty
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/boxes
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/boxes
 INSTALLS += target sources
 
 wince*: {
index 1e1a7de..aff551e 100644 (file)
@@ -12,9 +12,9 @@ build_all:!build_pass {
 }
 
 # 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.path = $$[QT_INSTALL_DEMOS]/qtbase/chip
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/chip
 INSTALLS += target sources
 
-symbian: CONFIG += qt_demo
+symbian: CONFIG += qt_example
index 675a988..3138606 100644 (file)
@@ -11,9 +11,9 @@ build_all:!build_pass {
 }
 
 # 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.path = $$[QT_INSTALL_DEMOS]/qtbase/embeddeddialogs
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/embeddeddialogs
 INSTALLS += target sources
 
-symbian: CONFIG += qt_demo
+symbian: CONFIG += qt_example
index d1b0e86..190c48a 100644 (file)
@@ -1,6 +1,8 @@
 TEMPLATE      = subdirs
 SUBDIRS       = \
+              chip \
               elasticnodes \
+              embeddeddialogs \
               collidingmice \
               padnavigator \
              basicgraphicslayouts
@@ -15,6 +17,10 @@ SUBDIRS       = \
 
 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
 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README