androiddeployqt: Add OpenGL dependency to manifest if necessary
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Wed, 4 Dec 2013 09:05:04 +0000 (10:05 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 4 Dec 2013 15:01:45 +0000 (16:01 +0100)
commit1e71b35d9775b0abc9de0ce051bff400f0f1ba64
tree9c56abf93f5cc026618f45b4dddb545b670732f0
parent7649792bf660c59260e6a6d52c575e2a6692e783
androiddeployqt: Add OpenGL dependency to manifest if necessary

In order to filter out devices that do not support OpenGLES 2 in
Google Play, we need to report that we depend on it when using
Qt Quick or Qt OpenGL. It would have been more generic to add the
information to the meta-data in the module, but since we already
have the information there, just in the form of forcing the
use of the GL plugin, we might as well use that and not complicate
the dependency XMLs any further.

Task-number: QTBUG-32491
Change-Id: I2af044be010fcd0a8076906de6385701041b9c01
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
src/androiddeployqt/main.cpp