summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/graphicsview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/graphicsview.pro')
-rw-r--r--examples/graphicsview/graphicsview.pro6
1 files changed, 6 insertions, 0 deletions
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