tests: fixed check for QtOpenGL
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 30 Jul 2012 03:45:51 +0000 (13:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Jul 2012 04:06:12 +0000 (06:06 +0200)
commit6a5dc7eb3fc3d885a7b0e9ee26f7a9b29d7ae2d1
tree7f41ec2a32a5900728aa1d3ddfee27f7100d9a4f
parent3f5f692630de391140c83cdb4048befde2890c85
tests: fixed check for QtOpenGL

contains(QT_CONFIG,opengl) tells whether Qt itself is able to use
OpenGL, which is not the same thing as whether the QtOpenGL API is
available. Make the check correct; fixes compilation when Qt is
configured with -no-widgets (which also disables QtOpenGL).

Change-Id: Iaa296c2b10650971ef4846f8bc6f44761fadcf7c
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/auto.pro