forked from organicmaps/organicmaps
[doc] Added howto build Qt under MS Visual Studio 2010
This commit is contained in:
parent
767a0a6b85
commit
82d9f2ae55
1 changed files with 7 additions and 0 deletions
7
docs/Qt-msvc2010.txt
Normal file
7
docs/Qt-msvc2010.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
1. Download and build openssl as static libs
|
||||
2. Create directory <QtSDK>/Desktop/X.X.X/msvc2010
|
||||
3. Run cmd.exe in this directory and execute all commands below from this directory
|
||||
4. set PATH=<QtSDK>/Desktop/X.X.X/msvc2010/bin;%PATH%
|
||||
5. Run vcvars32.bat from your Visual Studio installation
|
||||
6. Run <QtSDK>/QtSources/X.X.X/configure.exe -I <PATH_TO_OPENSSL>\inc32 -L <PATH_TO_OPENSSL>\out32 -debug-and-release -opensource -shared -ltcg -fast -no-accessibility -no-sql-sqlite -no-qt3support -platform win32-msvc2010 -no-dsp -no-vcproj -no-incredibuild-xge -no-dbus -openssl-linked OPENSSL_LIBS="-lssleay32 -llibeay32 -lcrypt32 -ladvapi32 -lgdi32 -luser32" -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -webkit -no-script -no-scripttools -no-declarative -no-declarative-debug -mp -saveconfig vs2010
|
||||
7. Run nmake
|
Loading…
Add table
Reference in a new issue