Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hpmewes/3032657 to your computer and use it in GitHub Desktop.
Save hpmewes/3032657 to your computer and use it in GitHub Desktop.
QtCreator - Deploy with Visual Studio 2010
install vb .NET SDK
install MSVC 2010 C++ Express
install Qt SDK für MSVC 2010 in folder QtSDK/Desktop/Qt/{Versionsnummer}
click on qt-version administration add, choose the destination of qt sdk for msvc 2010 QtSDK/Desktop/Qt/{Versionsnummer}/bin/qmake.exe
choose under Qt Creator->projects->qt-version "Qt{Versionsnumber} for Desktop - MSVC 2010 (Qt SDK)"
then click ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment