OSDN Git Service

Doc: change the SDK name to Nokia Qt SDK
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Wed, 24 Nov 2010 12:19:10 +0000 (13:19 +0100)
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>
Wed, 24 Nov 2010 12:20:37 +0000 (13:20 +0100)
Reviewed-by: Robert Loehning
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
doc/symbiandev.qdoc

index a125bc9..ae5f938 100644 (file)
@@ -67,7 +67,7 @@
            \list
                \o \l{Building and Running an Example Application}
                \o \l{Creating a Qt C++ Application}
-               \o \l{Creating a Mobile Application with Qt SDK}
+               \o \l{Creating a Mobile Application with Nokia Qt SDK}
                \o \l{Creating a Qt Quick Application}
            \endlist
        \o \l{Managing Projects}
     \section3 Troubleshooting MinGW Compilation Errors
 
     If error messages displayed in the \gui {Compile Output} pane contain
-    paths where slashes are missing (for example, C:QtSDK),
+    paths where slashes are missing (for example, C:NokiaQtSDK),
     check your PATH variable. At the command line, enter the following commands:
 
     \code
     \list
         \o \l{Building and Running an Example Application}
         \o \l{Creating a Qt C++ Application}
-        \o \l{Creating a Mobile Application with Qt SDK}
+        \o \l{Creating a Mobile Application with Nokia Qt SDK}
         \o \l{Creating a Qt Quick Application}
     \endlist
 
     \page creator-mobile-example.html
     \nextpage creator-qml-application.html
 
-    \title Creating a Mobile Application with Qt SDK
+    \title Creating a Mobile Application with Nokia Qt SDK
 
     \note To complete this tutorial, you must install \QSDK.
     The installation program installs and configures the necessary tool chains
     To use the states.png image in your application, you must copy it to the project
     directory from the examples directory in the
     Qt installation directory. For example:
-    \c {C:\QtSDK\Examples\4.7\declarative\animation\states}. The image appears
+    \c {C:\NokiaQtSDK\Examples\4.7\declarative\animation\states}. The image appears
     in the \gui Resources pane. You can also use any other image or a QML element, instead.
 
     \list 1
     \c{PATH} environment variable to include the bin folders of \c mingw and
     Qt Creator in the SDK.
 
-    For instance, if you have the Qt Creator SDK installed in your C drive,
+    For instance, if you have the Qt SDK installed in your C drive,
     use the following command to set the environment variables in
     the command line prompt:
     \code
         you installed \QSDK, Qt Creator, and MADDE.
 
         \o If error messages displayed in the \gui {Compile Output} pane contain
-        paths where slashes are missing (for example, C:QtSDK),
+        paths where slashes are missing (for example, C:NokiaQtSDK),
         check your PATH variable. For more information, see
         \l{Troubleshooting MinGW Compilation Errors}.
 
index 0a3e8d6..1543082 100644 (file)
@@ -87,7 +87,7 @@ macro.QL                = "\\e{Qt Linguist}"
 macro.QC               = "\\e{Qt Creator}"
 macro.QMLD             = "\\e{Qt Quick Designer}"
 macro.QQV               = "\\e{Qt QML Viewer}"
-macro.QSDK              = "\\e{Qt SDK}"
+macro.QSDK              = "\\e{Nokia Qt SDK}"
 macro.param             = "\\e"
 macro.raisedaster.HTML  = "<sup>*</sup>"
 macro.reg.HTML          = "<sup>&reg;</sup>"
index 46dceac..d9ac378 100644 (file)
     \endlist
 
     \note If errors occur during the installation, copy the .sis files from
-    \c {<QtSDK_install_path>\Symbian\sis} to the device using USB storage
+    \c {<NokiaQtSDK_install_path>\Symbian\sis} to the device using USB storage
     mode. Then install them from the file manager on the device.
 
     \if defined(qcmanual)