Update some more links to qt.io

Change-Id: I043cf78f128dc8d99e3316b951cf91d2f6d6524a
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Sergio Ahumada
2015-03-08 10:08:17 +01:00
committed by Sergio Ahumada
parent 5db2af5c80
commit 2c876f7443
7 changed files with 11 additions and 11 deletions

2
README
View File

@@ -88,7 +88,7 @@ http://wiki.qt.io/Building_Qt_5_from_Git .
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
http://download.qt-project.org/official_releases/jom http://download.qt.io/official_releases/jom
and add the executable to the path. 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

View File

@@ -36,7 +36,7 @@ checkunzip:
${source}/python.zip: | makesourcedir checkwget ${source}/python.zip: | makesourcedir checkwget
cd ${source} && \ cd ${source} && \
echo "Downloading python..." && \ echo "Downloading python..." && \
wget -q http://download.qt-project.org/development_releases/prebuilt/gdb/build-prerequisites/python.zip && \ wget -q http://download.qt.io/development_releases/prebuilt/gdb/build-prerequisites/python.zip && \
touch python.zip touch python.zip
${broot}/python/python.exe: ${source}/python.zip | checkunzip ${broot}/python/python.exe: ${source}/python.zip | checkunzip

View File

@@ -3,7 +3,7 @@ How To add translations to Qt Creator
- Coordinate over the mailing list to avoid duplicate work. - Coordinate over the mailing list to avoid duplicate work.
- Read the instructions at http://wiki.qt-project.org/Qt_Localization - Read the instructions at http://wiki.qt.io/Qt_Localization
- Add your language to the LANGUAGES line in translations.pro. - Add your language to the LANGUAGES line in translations.pro.
Don't qualify it with a country unless it is reasonable to expect Don't qualify it with a country unless it is reasonable to expect
@@ -29,7 +29,7 @@ How To add translations to Qt Creator
- Run "make commit-ts" to create a commit with a cleaned .ts file - Run "make commit-ts" to create a commit with a cleaned .ts file
- If needed, amend the commit with the modified .pro file - If needed, amend the commit with the modified .pro file
- Follow http://wiki.qt-project.org/Qt_Contribution_Guidelines to post the - Follow http://wiki.qt.io/Qt_Contribution_Guidelines to post the
change for review. change for review.
- .qm files are generated as part of the regular build. - .qm files are generated as part of the regular build.

View File

@@ -180,12 +180,12 @@ ColumnLayout {
IconAndLink { IconAndLink {
iconSource: "images/icons/onlineCommunity.png" iconSource: "images/icons/onlineCommunity.png"
title: qsTr("Online Community") title: qsTr("Online Community")
openUrl: "http://qt-project.org/forums" openUrl: "http://forum.qt.io"
} }
IconAndLink { IconAndLink {
iconSource: "images/icons/blogs.png" iconSource: "images/icons/blogs.png"
title: qsTr("Blogs") title: qsTr("Blogs")
openUrl: "http://planet.qt-project.org" openUrl: "http://planet.qt.io"
} }
IconAndLink { IconAndLink {
iconSource: "images/icons/userGuide.png" iconSource: "images/icons/userGuide.png"

View File

@@ -636,8 +636,8 @@ void AndroidSettingsWidget::showGdbWarningDialog()
tr("Unsupported GDB"), tr("Unsupported GDB"),
tr("The GDB inside this NDK seems to not support Python. " tr("The GDB inside this NDK seems to not support Python. "
"The Qt Project offers fixed GDB builds at: " "The Qt Project offers fixed GDB builds at: "
"<a href=\"http://download.qt-project.org/official_releases/gdb/\">" "<a href=\"http://download.qt.io/official_releases/gdb/\">"
"http://download.qt-project.org/official_releases/gdb/</a>")); "http://download.qt.io/official_releases/gdb/</a>"));
} }
void AndroidSettingsWidget::manageAVD() void AndroidSettingsWidget::manageAVD()

View File

@@ -200,7 +200,7 @@
<item> <item>
<widget class="QLabel" name="jomLabel"> <widget class="QLabel" name="jomLabel">
<property name="text"> <property name="text">
<string>&lt;i&gt;jom&lt;/i&gt; is a drop-in replacement for &lt;i&gt;nmake&lt;/i&gt; which distributes the compilation process to multiple CPU cores. The latest binary is available at &lt;a href=&quot;http://download.qt-project.org/official_releases/jom/&quot;&gt;http://download.qt-project.org/official_releases/jom/&lt;/a&gt;. Disable it if you experience problems with your builds.</string> <string>&lt;i&gt;jom&lt;/i&gt; is a drop-in replacement for &lt;i&gt;nmake&lt;/i&gt; which distributes the compilation process to multiple CPU cores. The latest binary is available at &lt;a href=&quot;http://download.qt.io/official_releases/jom/&quot;&gt;http://download.qt.io/official_releases/jom/&lt;/a&gt;. Disable it if you experience problems with your builds.</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>

View File

@@ -90,8 +90,8 @@ def main():
testDetails = "Verifying: Help with Creator Documentation is being opened." testDetails = "Verifying: Help with Creator Documentation is being opened."
clickItemVerifyHelpCombo(gettingStartedText, expectedText, testDetails) clickItemVerifyHelpCombo(gettingStartedText, expectedText, testDetails)
textUrls = {'Online Community':'http://qt-project.org/forums', textUrls = {'Online Community':'http://forum.qt.io',
'Blogs':'http://planet.qt-project.org', 'Blogs':'http://planet.qt.io',
'Qt Account':'https://account.qt.io', 'Qt Account':'https://account.qt.io',
'Qt Cloud Services':'https://developer.qtcloudservices.com', 'Qt Cloud Services':'https://developer.qtcloudservices.com',
'User Guide':'qthelp://org.qt-project.qtcreator/doc/index.html' 'User Guide':'qthelp://org.qt-project.qtcreator/doc/index.html'