From 4b955b4be283573bd87d5a2df6a049d6a3ed7865 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 31 Oct 2012 00:56:56 +0100 Subject: test: Remove unused opengl dependency Change-Id: I8c00ae2974c9697602214a0e46df98b86adbf35c Reviewed-by: Rohan McGovern --- tests/auto/auto.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 5167f4e..711d2ac 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,7 +1,7 @@ CONFIG += testcase -QT += opengl qml testlib quick +QT += qml testlib quick TARGET = tst_qtgraphicaleffects -- cgit v1.2.3