summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglthreads/qglthreads.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-23 17:39:23 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-23 18:50:40 +0100
commite4e8578c350102a387aa023e7ffc3adcde3d8ae1 (patch)
tree4e6f9e9db78b41671133ea0858e2df2200e36239 /tests/auto/opengl/qglthreads/qglthreads.pro
parent5223e7eb27dc15f8428aeb66dd8c57098dedce58 (diff)
Make skipping of test consistent.
On Mac every function was skipped individually, on the other platforms it was marked as insignificant. See also QTBUG-22560 and QTBUG-22361 Change-Id: Ie9b9c617006d5a8c19d042b8be89e449c5ac70bc Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'tests/auto/opengl/qglthreads/qglthreads.pro')
-rw-r--r--tests/auto/opengl/qglthreads/qglthreads.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/opengl/qglthreads/qglthreads.pro b/tests/auto/opengl/qglthreads/qglthreads.pro
index 5dc8eba497..754f494cfa 100644
--- a/tests/auto/opengl/qglthreads/qglthreads.pro
+++ b/tests/auto/opengl/qglthreads/qglthreads.pro
@@ -10,5 +10,5 @@ x11 {
LIBS += $$QMAKE_LIBS_X11
}
-win32|linux-*:CONFIG+=insignificant_test # QTBUG-22560
+CONFIG+=insignificant_test # QTBUG-22560
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0