summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-10-08 20:03:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-09 21:45:31 +0200
commit5466eb289f96f9dc9e16604ebddd07a4767254db (patch)
tree479fd458080d7bc03f68e8cd7288b1302ad7b66b /examples/opengl
parentc5b2553fc27bb96836795142263aa52c31031916 (diff)
Remove warnings about examples not running in the Qt Simulator
The Qt Simulator is no longer supported with Qt 5. Change-Id: I0f98351d482dd0554ea0754746d56f94ee6bf22f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/2dpainting/2dpainting.pro3
-rw-r--r--examples/opengl/cube/cube.pro2
-rw-r--r--examples/opengl/framebufferobject2/framebufferobject2.pro3
-rw-r--r--examples/opengl/grabber/grabber.pro3
-rw-r--r--examples/opengl/hellogl/hellogl.pro3
-rw-r--r--examples/opengl/hellogl_es2/hellogl_es2.pro2
-rw-r--r--examples/opengl/overpainting/overpainting.pro2
-rw-r--r--examples/opengl/pbuffers/pbuffers.pro2
-rw-r--r--examples/opengl/pbuffers2/pbuffers2.pro2
-rw-r--r--examples/opengl/samplebuffers/samplebuffers.pro3
-rw-r--r--examples/opengl/textures/textures.pro3
11 files changed, 0 insertions, 28 deletions
diff --git a/examples/opengl/2dpainting/2dpainting.pro b/examples/opengl/2dpainting/2dpainting.pro
index 54e9a11f1e7..08383a4d398 100644
--- a/examples/opengl/2dpainting/2dpainting.pro
+++ b/examples/opengl/2dpainting/2dpainting.pro
@@ -13,6 +13,3 @@ SOURCES = glwidget.cpp \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
INSTALLS += target
-
-
-simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/opengl/cube/cube.pro b/examples/opengl/cube/cube.pro
index 710b4442c73..85272bc4716 100644
--- a/examples/opengl/cube/cube.pro
+++ b/examples/opengl/cube/cube.pro
@@ -23,5 +23,3 @@ qtHaveModule(opengl) {
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
INSTALLS += target
-
-simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/opengl/framebufferobject2/framebufferobject2.pro b/examples/opengl/framebufferobject2/framebufferobject2.pro
index 3a0dbb4446b..e0067cf27f9 100644
--- a/examples/opengl/framebufferobject2/framebufferobject2.pro
+++ b/examples/opengl/framebufferobject2/framebufferobject2.pro
@@ -8,9 +8,6 @@ QT += opengl widgets
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject2
INSTALLS += target
-
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/grabber/grabber.pro b/examples/opengl/grabber/grabber.pro
index c4c54c7c325..b8567580f03 100644
--- a/examples/opengl/grabber/grabber.pro
+++ b/examples/opengl/grabber/grabber.pro
@@ -9,9 +9,6 @@ QT += opengl widgets
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/grabber
INSTALLS += target
-
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/hellogl/hellogl.pro b/examples/opengl/hellogl/hellogl.pro
index 42913835a21..500bd85b3c9 100644
--- a/examples/opengl/hellogl/hellogl.pro
+++ b/examples/opengl/hellogl/hellogl.pro
@@ -14,9 +14,6 @@ QT += opengl widgets
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
INSTALLS += target
-
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/hellogl_es2/hellogl_es2.pro b/examples/opengl/hellogl_es2/hellogl_es2.pro
index cf6572b5485..b15e8d19090 100644
--- a/examples/opengl/hellogl_es2/hellogl_es2.pro
+++ b/examples/opengl/hellogl_es2/hellogl_es2.pro
@@ -21,5 +21,3 @@ maemo5 {
TARGET = helloglestwo
CONFIG += qt_example
}
-
-simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/opengl/overpainting/overpainting.pro b/examples/opengl/overpainting/overpainting.pro
index aecc14751b5..c1bda7853d8 100644
--- a/examples/opengl/overpainting/overpainting.pro
+++ b/examples/opengl/overpainting/overpainting.pro
@@ -16,8 +16,6 @@ SOURCES = bubble.cpp \
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
INSTALLS += target
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/pbuffers/pbuffers.pro b/examples/opengl/pbuffers/pbuffers.pro
index 57bb3aa32ab..a349e39f68f 100644
--- a/examples/opengl/pbuffers/pbuffers.pro
+++ b/examples/opengl/pbuffers/pbuffers.pro
@@ -10,8 +10,6 @@ QT += opengl widgets
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers
INSTALLS += target
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/pbuffers2/pbuffers2.pro b/examples/opengl/pbuffers2/pbuffers2.pro
index c53309d1fa5..f9dd269eeaf 100644
--- a/examples/opengl/pbuffers2/pbuffers2.pro
+++ b/examples/opengl/pbuffers2/pbuffers2.pro
@@ -8,8 +8,6 @@ RESOURCES += pbuffers2.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers2
INSTALLS += target
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/samplebuffers/samplebuffers.pro b/examples/opengl/samplebuffers/samplebuffers.pro
index d16993adfe4..b57599aae4c 100644
--- a/examples/opengl/samplebuffers/samplebuffers.pro
+++ b/examples/opengl/samplebuffers/samplebuffers.pro
@@ -7,9 +7,6 @@ QT += opengl widgets
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
INSTALLS += target
-
-simulator: warning(This example might not fully work on Simulator platform)
-
contains(QT_CONFIG, opengles.) {
contains(QT_CONFIG, angle): \
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
diff --git a/examples/opengl/textures/textures.pro b/examples/opengl/textures/textures.pro
index b912baaa9b1..d83077cb6a7 100644
--- a/examples/opengl/textures/textures.pro
+++ b/examples/opengl/textures/textures.pro
@@ -9,6 +9,3 @@ QT += opengl widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
INSTALLS += target
-
-
-simulator: warning(This example might not fully work on Simulator platform)