From 82d9f2ae554c5aad7965e1e85ee49ce19f5220b5 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 3 Sep 2011 13:54:51 +0300 Subject: [PATCH] [doc] Added howto build Qt under MS Visual Studio 2010 --- docs/Qt-msvc2010.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/Qt-msvc2010.txt diff --git a/docs/Qt-msvc2010.txt b/docs/Qt-msvc2010.txt new file mode 100644 index 0000000000..1c8b863521 --- /dev/null +++ b/docs/Qt-msvc2010.txt @@ -0,0 +1,7 @@ +1. Download and build openssl as static libs +2. Create directory /Desktop/X.X.X/msvc2010 +3. Run cmd.exe in this directory and execute all commands below from this directory +4. set PATH=/Desktop/X.X.X/msvc2010/bin;%PATH% +5. Run vcvars32.bat from your Visual Studio installation +6. Run /QtSources/X.X.X/configure.exe -I \inc32 -L \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 \ No newline at end of file