diff options
author | Sergio Ahumada <[email protected]> | 2015-03-02 14:06:12 +0100 |
---|---|---|
committer | Sergio Ahumada <[email protected]> | 2015-03-03 09:35:41 +0000 |
commit | 3af3fe7ad3e312a2923dfd18a8d527fccf5970f3 (patch) | |
tree | 5454783698069eb01c39d8ac37e05d4760cad126 /src/plugins/qnx | |
parent | b8db05c3ffad7fb2b46b35389cf86275c7e8c735 (diff) |
Replace old qt-project.org wiki with wiki.qt.iov3.3.2
Change-Id: Ie7518d57b62e3f0b9dc6c559fe4a8f5b0212bb43
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r-- | src/plugins/qnx/blackberryruncontrolfactory.cpp | 2 | ||||
-rw-r--r-- | src/plugins/qnx/qnxconstants.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qnx/blackberryruncontrolfactory.cpp b/src/plugins/qnx/blackberryruncontrolfactory.cpp index 84008ddd496..0a721d3c619 100644 --- a/src/plugins/qnx/blackberryruncontrolfactory.cpp +++ b/src/plugins/qnx/blackberryruncontrolfactory.cpp @@ -139,7 +139,7 @@ ProjectExplorer::RunControl *BlackBerryRunControlFactory::create(ProjectExplorer if (qtVer && qtVer->qtVersion() <= QtSupport::QtVersionNumber(4, 8, 6)) Core::MessageManager::write(tr("Target Qt version (%1) might not support QML profiling. " "Cascades applications are not affected and should work as expected. " - "For more info see http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10") + "For more info see http://wiki.qt.io/Qt_Creator_with_BlackBerry_10") .arg(qtVer->qtVersionString()), Core::MessageManager::Flash ); diff --git a/src/plugins/qnx/qnxconstants.h b/src/plugins/qnx/qnxconstants.h index 742091f9c77..d448808be3e 100644 --- a/src/plugins/qnx/qnxconstants.h +++ b/src/plugins/qnx/qnxconstants.h @@ -128,7 +128,7 @@ const char QNX_BLACKBERRY_DEFAULT_DEPLOY_QT_BASEPATH[] = "/accounts/devuser/"; const char QNX_OK_ICON[] = ":/qnx/images/ok.png"; -const char QNX_BLACKBERRY_SETUP_URL[] = "http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10"; +const char QNX_BLACKBERRY_SETUP_URL[] = "http://wiki.qt.io/Qt_Creator_with_BlackBerry_10"; const char QNX_LEGACY_KEYS_URL[] = "https://developer.blackberry.com/native/documentation/core" "/com.qnx.doc.ide.userguide/topic/signing_and_publishing.html"; const char QNX_REGISTER_KEYS_URL[] = "https://www.blackberry.com/SignedKeys/codesigning.html"; |