We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt4 doesn't provide an official vs2015 prebuild, and you can't easily compile one yourself.
But it is possible. See http://whudoc.qiniudn.com/2016/vs2015-qt4-playground.zip (14 MB).
14 MB = 13.6 MB of qt4 prebuild (release version only, a tiny qt4!) + 1 demo qt project.
The README.txt inside is written in chinese, steps are:
qt4-vs2015x64.7z
set PATH=%CD%\qt4-vs2015x64\bin;%PATH%
%PATH%
cmake-gui demo
VS2015 WIN64
.sln
You should be able to build & run this qt4 project inside VS2015.
See more at qt4-vs2015x64/README.md at master · district10/qt4-vs2015x64.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Qt4 doesn't provide an official vs2015 prebuild, and you can't easily compile one yourself.
But it is possible. See http://whudoc.qiniudn.com/2016/vs2015-qt4-playground.zip (14 MB).
14 MB = 13.6 MB of qt4 prebuild (release version only, a tiny qt4!) + 1 demo qt project.
The README.txt inside is written in chinese, steps are:
qt4-vs2015x64.7z
in current dir;set PATH=%CD%\qt4-vs2015x64\bin;%PATH%
"; (better add this path to%PATH%
, it's needed at runtime too.)cmake-gui demo
";VS2015 WIN64
; 3) configure, build;.sln
file in build dir, build the release version (not debug!).You should be able to build & run this qt4 project inside VS2015.
See more at qt4-vs2015x64/README.md at master · district10/qt4-vs2015x64.
The text was updated successfully, but these errors were encountered: