Re: [Interest] Qt 5.2.0 for Android on Windows

2013-12-15 Thread Igor Mironchik
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

Re: [Interest] QtVsAddon disables wchar_t as built-in type -> linker errors

2013-12-15 Thread Haataja Ismo
Hi, There is already a bug report for this https://bugreports.qt-project.org/browse/QTVSADDINBUG-171 and fix will be included in next vs-addin release. BR, Ismo From: interest-bounces+ismo.haataja=digia@qt-project.org [mailto:interest-bounces+ismo.haataja=digia@qt-project.org] On Beha

Re: [Interest] Qt 5.2.0 for Android on Windows

2013-12-15 Thread Igor Mironchik
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:

[Interest] Qt 5.2.0 for Android on Windows

2013-12-15 Thread Igor Mironchik
Hi. Does anybody have experience with building Qt 5.2.0 for Android on Windows? Can that give instructions for it... Thanks. -- Best Regards, Igor Mironchik. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listi

[Interest] QtVsAddon disables wchar_t as built-in type -> linker errors

2013-12-15 Thread Felix morack
I just converted a VisualStudio Solution from VS2008+Qt4 to VS2012+Qt5.2. it went quiet smoothly, but when i used the QtVSAddon to convert the project ("convert to QVSAddon Project"), it disabled the "treat wchar_t as built-in type" option. (the option is on by default). This results in linking