Error build qt5.1 on windows
-
In present day I do not need more to do so much, I just need to install and configure Qt NDK, SDK, and Apache-Ant, and works well only I could not test sending to iOS, but I have reports confirming that works well.
-
syncronize Android-USB. In QtCreator I run compile, so that I see, that does not tell me androidAPI compatible with android, confirm device and concludes with installed apk.
Thus with me all right
-
syncronize Android-USB. In QtCreator I run compile, so that I see, that does not tell me androidAPI compatible with android, confirm device and concludes with installed apk.
Thus with me all right
-
Download in https://www.qt.io/download-open-source/
select view all, then download offline
-
Download in https://www.qt.io/download-open-source/
select view all, then download offline
-
Tip:
- Build on qtbase, only pays off if static.
- Forget static for android, there is.
- Use the source code exists in offline installer
-
Tip:
- Build on qtbase, only pays off if static.
- Forget static for android, there is.
- Use the source code exists in offline installer
-
bat for build static for windows
set LANG=en
set MINGW1=C:\Qt\Qt5.3.1\Tools\mingw482_32
set MINGW2=C:\Qt\Qt5.3.1\Tools\mingw482_32\optset QT_INSTALL_PREFIX=C:\Qt\Static\5.3.1
set PATH=C:\Perl\bin;%MINGW1%\bin;%MINGW2%\bin;%PATH%
echo %PATH%mkdir C:\Qt\Static
mkdir %QT_INSTALL_PREFIX%
mkdir %QT_INSTALL_PREFIX%\Srccd %QT_INSTALL_PREFIX%\Src
rem -I C:/psql/include -L C:/psql/lib -l libpq.lib
rem mingw32-make clean -j8
call configure.bat -static -release -platform win32-g++ -prefix %QT_INSTALL_PREFIX% -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -qt-sql-odbc -qt-sql-sqlite -no-openssl -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests
rem pause
mingw32-make -k -j8
rem pause
mingw32-make -k install -
bat for build static for windows
set LANG=en
set MINGW1=C:\Qt\Qt5.3.1\Tools\mingw482_32
set MINGW2=C:\Qt\Qt5.3.1\Tools\mingw482_32\optset QT_INSTALL_PREFIX=C:\Qt\Static\5.3.1
set PATH=C:\Perl\bin;%MINGW1%\bin;%MINGW2%\bin;%PATH%
echo %PATH%mkdir C:\Qt\Static
mkdir %QT_INSTALL_PREFIX%
mkdir %QT_INSTALL_PREFIX%\Srccd %QT_INSTALL_PREFIX%\Src
rem -I C:/psql/include -L C:/psql/lib -l libpq.lib
rem mingw32-make clean -j8
call configure.bat -static -release -platform win32-g++ -prefix %QT_INSTALL_PREFIX% -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -qt-sql-odbc -qt-sql-sqlite -no-openssl -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests
rem pause
mingw32-make -k -j8
rem pause
mingw32-make -k install -
I consider Qt today the most stable across all platforms.
QML be fantastic although initially complicated.I use Qt on android AndroidApi7.
Believe me, if you do not use anything special as dll, your program is compatible on all platforms.
good luck
-
I consider Qt today the most stable across all platforms.
QML be fantastic although initially complicated.I use Qt on android AndroidApi7.
Believe me, if you do not use anything special as dll, your program is compatible on all platforms.
good luck