From 64cb29a25244348f9d4cd92aaa2b90d8d52120a2 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 23 Jun 2011 11:15:43 +0200 Subject: Add the graphicsview demo-examples to the build. Change-Id: I2f97985db9e547c37db00c32b2e1a1658f076f75 Reviewed-on: http://codereview.qt.nokia.com/684 Reviewed-by: Qt Sanity Bot Reviewed-by: David Boddie --- examples/graphicsview/graphicsview.pro | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/graphicsview/graphicsview.pro') diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro index d1b0e86e7f..190c48a596 100644 --- a/examples/graphicsview/graphicsview.pro +++ b/examples/graphicsview/graphicsview.pro @@ -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 -- cgit v1.2.3