diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-10-31 00:56:56 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-31 21:18:38 +0100 |
commit | 4b955b4be283573bd87d5a2df6a049d6a3ed7865 (patch) | |
tree | b3c46062cf302f25c1b0c97dac80c5a2ea217181 /tests | |
parent | a397aef6b1bd828f3c9e209c48c627a33dee6e14 (diff) | |
download | qtgraphicaleffects-4b955b4be283573bd87d5a2df6a049d6a3ed7865.tar.gz |
test: Remove unused opengl dependencyv5.0.0-beta2
Change-Id: I8c00ae2974c9697602214a0e46df98b86adbf35c
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |