From 7f90a96f886435e63db9539415feee795540bf36 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann <joerg.bornemann@nokia.com> Date: Thu, 10 Jun 2010 10:04:19 +0200 Subject: [PATCH] don't link to the jom project page but to the download location On the project page isn't much information for the end user. --- src/plugins/projectexplorer/projectexplorersettingspage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/projectexplorersettingspage.ui b/src/plugins/projectexplorer/projectexplorersettingspage.ui index 109626f89a9..a08005b5f3a 100644 --- a/src/plugins/projectexplorer/projectexplorersettingspage.ui +++ b/src/plugins/projectexplorer/projectexplorersettingspage.ui @@ -101,7 +101,7 @@ <item> <widget class="QLabel" name="jomLabel"> <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. For more details, see the <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</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="ftp://ftp.qt.nokia.com/jom/">ftp://ftp.qt.nokia.com/jom/</a>. Disable it if you experience problems with your builds.</string> </property> <property name="wordWrap"> <bool>true</bool> -- GitLab