summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-22 18:32:13 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-22 18:32:47 +0100
commit6bf6c1285442d2cb74537d4b87f4605295c841e5 (patch)
treeea3f1a52d0b55cbeb84bc3bd6c1be8e513a528fd /examples
parent15a32435561a668e69764d12edfa2b5c564c6505 (diff)
parent5e5bc779c3e3099159503f989de6baf589ea90d7 (diff)
Merge remote-tracking branch 'origin/release' into stable
Diffstat (limited to 'examples')
-rw-r--r--examples/opengl/cube/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/cube/main.cpp b/examples/opengl/cube/main.cpp
index 715d46dde7..a414fad023 100644
--- a/examples/opengl/cube/main.cpp
+++ b/examples/opengl/cube/main.cpp
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
app.setApplicationName("cube");
app.setApplicationVersion("0.1");
-#ifdef QT_NO_OPENGL
+#ifndef QT_NO_OPENGL
MainWidget widget;
widget.show();
#else