qt-build-tools/5.6.2/compile_win.txt

39 lines
978 B
Plaintext
Raw Normal View History

2016-10-15 00:09:35 +08:00
x86:
1. Запускаем qt5vars.cmd
2. cd qtbase
2017-10-18 04:49:21 +08:00
configure -opensource -opengl desktop -mp -nomake tests -nomake examples -target xp -I "%cd%\openssl" -openssl-linked OPENSSL_LIBS_DEBUG="%cd%\openssl\debug\ssleay32.lib %cd%\openssl\debug\libeay32.lib" OPENSSL_LIBS_RELEASE="%cd%\openssl\release\ssleay32.lib %cd%\openssl\release\libeay32.lib"
2016-10-14 19:06:14 +08:00
nmake
2016-10-15 00:09:35 +08:00
3. cd ..\qttools
2016-10-14 19:06:14 +08:00
qmake
nmake
2017-10-18 04:49:21 +08:00
XXX. cd ..\qtwinextras
qmake
nmake
2016-10-15 00:09:35 +08:00
4. cd ..\qtbase
2016-10-14 19:06:14 +08:00
nmake docs
cd ..\qttools
nmake docs
2016-10-15 00:09:35 +08:00
5. cd ..
cleanup.bat
x64:
1. Запускаем qt5vars_x64.cmd
2. cd qtbase
2017-10-18 04:49:21 +08:00
configure -opensource -opengl desktop -mp -nomake tests -nomake examples -target xp -I "%cd%\openssl_x64" -openssl-linked OPENSSL_LIBS_DEBUG="%cd%\openssl_x64\debug\ssleay32.lib %cd%\openssl_x64\debug\libeay32.lib" OPENSSL_LIBS_RELEASE="%cd%\openssl_x64\release\ssleay32.lib %cd%\openssl_x64\release\libeay32.lib"
2016-10-15 00:09:35 +08:00
nmake
2017-10-18 04:49:21 +08:00
3. cd ..\qttools
qmake
nmake
4. cd ..
2016-10-15 00:09:35 +08:00
cleanup.bat