From 4e39cbaa411540465a5dc72694bdee8a43c472e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Tue, 24 Nov 2015 09:48:14 +0200 Subject: [PATCH] Remove unneeded insignificant flag in qopengl VS2010 is not supported in Qt5.7+ Task-number: QTBUG-31611 Change-Id: I4b2bd703f6462e6f0a4de9e75bca8316b8707680 Reviewed-by: Simon Hausmann --- tests/auto/gui/qopengl/qopengl.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/gui/qopengl/qopengl.pro b/tests/auto/gui/qopengl/qopengl.pro index 2ca2fe4fb6d..a4ef016e392 100644 --- a/tests/auto/gui/qopengl/qopengl.pro +++ b/tests/auto/gui/qopengl/qopengl.pro @@ -8,6 +8,4 @@ QT += gui-private core-private testlib SOURCES += tst_qopengl.cpp -win32-msvc2010:contains(QT_CONFIG, angle):CONFIG += insignificant_test # QTBUG-31611 - linux:contains(QT_CONFIG, xcb-glx):contains(QT_CONFIG, xcb-xlib):!contains(QT_CONFIG, egl): DEFINES += USE_GLX