From c7f9289af6fe476a0b4797a3f02d8d078a50e880 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 30 Apr 2013 11:47:06 +0200 Subject: Some minor Nokia -> Qt Project changes - Updating the supported platforms link - changing com.nokia -> org.qt-project Change-Id: Ib74fda09f177a989b79288b967423ef04c16786e Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen --- doc/installerfw-getting-started.qdoc | 2 +- doc/installerfw.qdoc | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc index 063ed64c7..c5f8979f3 100644 --- a/doc/installerfw-getting-started.qdoc +++ b/doc/installerfw-getting-started.qdoc @@ -41,7 +41,7 @@ You can use the Qt Installer Framework to create installers for all platforms supported by - \l{http://doc.qt.nokia.com/5.0-snapshot/supported-platforms.html} + \l{http://qt-project.org/doc/qt-5.0/qtdoc/platform-details.html} {desktop Qt}. The installers have been tested on the following platforms: diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index 202d642b4..b637ba675 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -782,12 +782,12 @@ repogen.exe -p -c \ repository - For example, to create a repository that contains only com.nokia.sdk.qt and - com.nokia.sdk.qtcreator, enter the following + For example, to create a repository that contains only org.qt-project.sdk.qt and + org.qt-project.sdk.qtcreator, enter the following command: \code - repogen.exe -p packages -c installer-config\config.xml -i com.nokia.sdk.qt,com.nokia.sdk.qtcreator repository + repogen.exe -p packages -c installer-config\config.xml -i org.qt-project.sdk.qt,org.qt-project.sdk.qtcreator repository \endcode When the repository has been created, upload it to a web server. You must @@ -842,12 +842,12 @@ \endcode For example, enter the following command to create an installer binary - called SDKInstaller.exe that will not contain data for com.nokia.sdk.qt and - com.nokia.qtcreator, because those packages are downloaded from a remote + called SDKInstaller.exe that will not contain data for org.qt-project.sdk.qt and + org.qt-project.qtcreator, because those packages are downloaded from a remote repository: \code - binarycreator.exe -p installer-packages -c installer-config\config.xml -e com.nokia.sdk.qt,com.nokia.qtcreator SDKInstaller.exe + binarycreator.exe -p installer-packages -c installer-config\config.xml -e org.qt-project.sdk.qt,org.qt-project.qtcreator SDKInstaller.exe \endcode \section1 Reducing Installer Size @@ -894,7 +894,7 @@ Some options have default values, and therefore, you can omit them. For example, enter the following command to create an installer binary called SDKInstaller.exe that contains the packages identified by - com.nokia.sdk and their dependencies: + org.qt-project.sdk and their dependencies: \code binarycreator.exe --offline-only -c installer-config -p installer-packes SDKInstaller.exe -- cgit v1.2.3