Skip to content

Instantly share code, notes, and snippets.

@zflat
Created March 12, 2014 22:55
Show Gist options
  • Save zflat/9518266 to your computer and use it in GitHub Desktop.
Save zflat/9518266 to your computer and use it in GitHub Desktop.
# http://www.holoborodko.com/pavel/2011/02/01/how-to-compile-qt-4-7-with-visual-studio-2010/
@@echo off
CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x64
set QTDIR=C:\Qt\5.2.1
set PATH=%QTDIR%\bin;C:\Qt\qt-creator-opensource-src-3.0.1\bin;C:\Qt\jom;C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin;%PATH%
set QMAKESPEC=win32-msvc2010
cd C:\Qt\5.2.1
cmd
http://www.holoborodko.com/pavel/2011/02/01/how-to-compile-qt-4-7-with-visual-studio-2010/
1) Install windows api
2) Install visual studio express
3) Install directx sdk
4) Download qt source
5) setup qt build env (see .cmd file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment