From bbbd8d402ed5c37d43bd419e7b461f9bacad792f Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 19 Feb 2010 20:36:03 +0100 Subject: Compile This test no longer uses QtOpenGL, therefore it doesn't need to try to link with it. Reviewed-by: Eskil --- tests/auto/qstatictext/qstatictext.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qstatictext/qstatictext.pro b/tests/auto/qstatictext/qstatictext.pro index a759a90..0f1ca68 100644 --- a/tests/auto/qstatictext/qstatictext.pro +++ b/tests/auto/qstatictext/qstatictext.pro @@ -1,4 +1,4 @@ load(qttest_p4) -QT = core gui opengl +QT = core gui SOURCES += tst_qstatictext.cpp -- cgit v0.12