forked from qt-creator/qt-creator
Adapt jom download URL.
Task-number: QTCREATORBUG-7979 Change-Id: I8e0bda75aca620d44651c83e0354846c39594c04 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
2
README
2
README
@@ -107,7 +107,7 @@ SDK (release builds of Qt using MinGW and Visual C++ 2008).
|
|||||||
For the Visual C++ compilers, it is recommended to use the tool 'jom'.
|
For the Visual C++ compilers, it is recommended to use the tool 'jom'.
|
||||||
It is a replacement for nmake that utilizes all CPU cores and thus
|
It is a replacement for nmake that utilizes all CPU cores and thus
|
||||||
speeds up compilation significantly. Download it from
|
speeds up compilation significantly. Download it from
|
||||||
ftp://ftp.qt.nokia.com/jom/ and add the executable to the path.
|
http://releases.qt-project.org/jom/ and add the executable to the path.
|
||||||
|
|
||||||
8. For convenience, we recommend creating shell prompts with the correct
|
8. For convenience, we recommend creating shell prompts with the correct
|
||||||
environment. This can be done by creating a .bat-file
|
environment. This can be done by creating a .bat-file
|
||||||
|
|||||||
@@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
On Windows, nmake does not support the \c{-j} parameter. Instead, we
|
On Windows, nmake does not support the \c{-j} parameter. Instead, we
|
||||||
provide a drop-in replacement called jom. You can download a precompiled
|
provide a drop-in replacement called jom. You can download a precompiled
|
||||||
version of jom from \l{ftp://ftp.qt.nokia.com/jom/}{Qt FTP server}.
|
version of jom from \l{http://releases.qt-project.org/jom/}{Qt Project Release server}.
|
||||||
Put jom.exe in a location in the %PATH%. Go to the \gui {Build Settings}
|
Put jom.exe in a location in the %PATH%. Go to the \gui {Build Settings}
|
||||||
and set jom.exe as the make command.
|
and set jom.exe as the make command.
|
||||||
|
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="jomLabel">
|
<widget class="QLabel" name="jomLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. The latest binary is available at <a href="ftp://ftp.qt.nokia.com/jom/">ftp://ftp.qt.nokia.com/jom/</a>. Disable it if you experience problems with your builds.</string>
|
<string><i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. The latest binary is available at <a href="http://releases.qt-project.org/jom/">http://releases.qt-project.org/jom/</a>. Disable it if you experience problems with your builds.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|||||||
Reference in New Issue
Block a user