summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@theqtcompany.com>2015-11-25 15:46:57 +0200
committerTony Sarajärvi <tony.sarajarvi@theqtcompany.com>2015-11-29 07:02:20 +0000
commitb857d4ca8f006b84d44140149b25ffa3d4d4ec03 (patch)
treeca02621ea38ea22f24e366e6b9350fa69223f3d8 /tests/auto/opengl
parentca1f842158419e49b2a010f58e347d7af3b28b93 (diff)
Remove insignificant flag for a platform not supported
VS2010 is not supported in Qt5.7+ Change-Id: I9961c49750d39dd92b593ae4c29e11d57a3fbbfa Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'tests/auto/opengl')
-rw-r--r--tests/auto/opengl/qgl/qgl.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/opengl/qgl/qgl.pro b/tests/auto/opengl/qgl/qgl.pro
index b598260ca0..af930c5be7 100644
--- a/tests/auto/opengl/qgl/qgl.pro
+++ b/tests/auto/opengl/qgl/qgl.pro
@@ -9,5 +9,3 @@ QT += widgets widgets-private opengl-private gui-private core-private testlib
SOURCES += tst_qgl.cpp
RESOURCES = qgl.qrc
-
-win32-msvc2010:contains(QT_CONFIG, angle):CONFIG += insignificant_test # QTQAINFRA-711