forked from qt-creator/qt-creator
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:
committed by
Sergio Ahumada
parent
5db2af5c80
commit
2c876f7443
2
README
2
README
@@ -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'.
|
||||
It is a replacement for nmake that utilizes all CPU cores and thus
|
||||
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.
|
||||
|
||||
8. For convenience, we recommend creating shell prompts with the correct
|
||||
|
2
dist/gdb/Makefile.mingw
vendored
2
dist/gdb/Makefile.mingw
vendored
@@ -36,7 +36,7 @@ checkunzip:
|
||||
${source}/python.zip: | makesourcedir checkwget
|
||||
cd ${source} && \
|
||||
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
|
||||
|
||||
${broot}/python/python.exe: ${source}/python.zip | checkunzip
|
||||
|
@@ -3,7 +3,7 @@ How To add translations to Qt Creator
|
||||
|
||||
- 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.
|
||||
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
|
||||
- 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.
|
||||
|
||||
- .qm files are generated as part of the regular build.
|
||||
|
@@ -180,12 +180,12 @@ ColumnLayout {
|
||||
IconAndLink {
|
||||
iconSource: "images/icons/onlineCommunity.png"
|
||||
title: qsTr("Online Community")
|
||||
openUrl: "http://qt-project.org/forums"
|
||||
openUrl: "http://forum.qt.io"
|
||||
}
|
||||
IconAndLink {
|
||||
iconSource: "images/icons/blogs.png"
|
||||
title: qsTr("Blogs")
|
||||
openUrl: "http://planet.qt-project.org"
|
||||
openUrl: "http://planet.qt.io"
|
||||
}
|
||||
IconAndLink {
|
||||
iconSource: "images/icons/userGuide.png"
|
||||
|
@@ -636,8 +636,8 @@ void AndroidSettingsWidget::showGdbWarningDialog()
|
||||
tr("Unsupported GDB"),
|
||||
tr("The GDB inside this NDK seems to not support Python. "
|
||||
"The Qt Project offers fixed GDB builds at: "
|
||||
"<a href=\"http://download.qt-project.org/official_releases/gdb/\">"
|
||||
"http://download.qt-project.org/official_releases/gdb/</a>"));
|
||||
"<a href=\"http://download.qt.io/official_releases/gdb/\">"
|
||||
"http://download.qt.io/official_releases/gdb/</a>"));
|
||||
}
|
||||
|
||||
void AndroidSettingsWidget::manageAVD()
|
||||
|
@@ -200,7 +200,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. The latest binary is available at <a href="http://download.qt-project.org/official_releases/jom/">http://download.qt-project.org/official_releases/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://download.qt.io/official_releases/jom/">http://download.qt.io/official_releases/jom/</a>. Disable it if you experience problems with your builds.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
@@ -90,8 +90,8 @@ def main():
|
||||
testDetails = "Verifying: Help with Creator Documentation is being opened."
|
||||
|
||||
clickItemVerifyHelpCombo(gettingStartedText, expectedText, testDetails)
|
||||
textUrls = {'Online Community':'http://qt-project.org/forums',
|
||||
'Blogs':'http://planet.qt-project.org',
|
||||
textUrls = {'Online Community':'http://forum.qt.io',
|
||||
'Blogs':'http://planet.qt.io',
|
||||
'Qt Account':'https://account.qt.io',
|
||||
'Qt Cloud Services':'https://developer.qtcloudservices.com',
|
||||
'User Guide':'qthelp://org.qt-project.qtcreator/doc/index.html'
|
||||
|
Reference in New Issue
Block a user