I've found and solved the problem. It's because of missing "findstr"...
for /f "tokens=3 usebackq" %%V in (`findstr QT_VERSION_STR
%QTSRC%\src\corelib\global\qglobal.h`) do @echo QTVERSION = %%~V>> Makefile
Does anybody know what "findstr" is?
> Hi.
>
>> Does anybody have experience with buildin
Hi.
> Does anybody have experience with building Qt 5.2.0 for Android on
> Windows?
I've found this article:
http://qt.apidoc.info/5.2.0-beta1/qtdoc/android-support.html
But when I try to build Qt with:
configure.bat -developer-build -platform win32-g++ -xplatform
android-g++ -android-ndk c: