mirror of
https://github.com/qbittorrent/wiki.git
synced 2024-11-27 11:51:05 +00:00
Improved Qt compilation instructions.
This commit is contained in:
parent
4fa475c1cb
commit
2de85a2e96
@ -61,6 +61,6 @@ Let's assume that the working directory for our compilation will be '''C:\qBitto
|
||||
'''QMAKE_LFLAGS_RELEASE''' line with:
|
||||
QMAKE_LFLAGS_RELEASE = /INCREMENTAL:NO /NODEFAULTLIB:MSVCRT
|
||||
* Issue the following commands:
|
||||
configure.exe -debug-and-release -opensource -static -ltcg -fast -no-qt3support -no-opengl -no-openvg -no-dsp -no-vcproj -no-dbus -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -no-webkit -no-script -no-scripttools -no-declarative -no-declarative-debug -mp -arch windows -qt-style-windowsxp -nomake examples -nomake demos -platform win32-msvc2008 -openssl-linked
|
||||
configure.exe -debug-and-release -opensource -static -ltcg -fast -qt-zlib -no-qt3support -no-opengl -no-openvg -no-dsp -no-vcproj -no-dbus -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -no-webkit -no-script -no-scripttools -no-declarative -no-declarative-debug -mp -arch windows -qt-style-windowsxp -nomake examples -nomake demos -platform win32-msvc2008 -openssl-linked
|
||||
bin\qmake.exe projects.pro QT_BUILD_PARTS="libs translations"
|
||||
nmake
|
Loading…
Reference in New Issue
Block a user