I'd like to know if it's possible to develop Qt android applications with Visual Studio. If so, could somebody give me advice on how to do that? I use Visual Studio 2015 (Community) and Qt 5.6 (Windows + Android versions) running on Windows 8.1 x64.

I succeeded in building Qt sensors sample with Qt Creator, but when I try to create a Visual Studio project
Qt Code:
  1. C:\Qt\5.6.0-android\5.6\android_armv7\bin\qmake.exe -spec win32-msvc2015 -tp vc
To copy to clipboard, switch view to plain text mode 
it generates a desktop-like application targeting x86 architecture (ARM is not available) which in addition fails to compile not finding "GLES2/gl2.h".