summaryrefslogtreecommitdiff
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@nokia.com>2012-07-05 16:19:00 +0900
committerQt by Nokia <qt-info@nokia.com>2012-07-10 13:29:26 +0200
commit88b171a49de1ef7ea2b45631cc665371dd2a4b44 (patch)
tree276de06eb70668562ade182ac21f617ae8f0f91f /examples/opengl/opengl.pro
parent9dcb94f5c3adf512cec6df6c79973b81e2fa2586 (diff)
downloadqtsvg-88b171a49de1ef7ea2b45631cc665371dd2a4b44.tar.gz
Make qtsvg compile with -no-widgets
disable building all examples, almost all tests and a plugin Change-Id: I80f923dfe2c3cfa6e27b52db092a9770c3d9fbd4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/opengl/opengl.pro')
-rw-r--r--examples/opengl/opengl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index 1cd7df1..fd845b6 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += framebufferobject
+!contains(QT_CONFIG, no-widgets): SUBDIRS += framebufferobject
QT+=widgets