summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/windows.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/platforms/windows.qdoc')
-rw-r--r--doc/src/platforms/windows.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 2bbd0584d..a11ef0924 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -667,10 +667,10 @@
\section2 Linking the Application to the Static Version of Qt
- As an example, this section will build the \l{tools/plugandpaint}{Plug & Paint}
+ As an example, this section will build the \l{tools/plugandpaint/app}{Plug & Paint}
example statically.
- Once Qt finishes building, build the \l{tools/plugandpaint}{Plug & Paint}
+ Once Qt finishes building, build the \l{tools/plugandpaint/app}{Plug & Paint}
application. First we must go into the directory that contains the
application:
@@ -704,7 +704,7 @@
\section1 Shared Libraries
We have two challenges when deploying the \l
- {tools/plugandpaint}{Plug & Paint} application using the shared
+ {tools/plugandpaint/app}{Plug & Paint} application using the shared
libraries approach: The Qt runtime has to be correctly
redistributed along with the application executable, and the
plugins have to be installed in the correct location on the target
@@ -719,7 +719,7 @@
\section2 Linking the Application to Qt as a Shared Library
After ensuring that Qt is built as a shared library, we can build
- the \l {tools/plugandpaint}{Plug & Paint} application. First, we
+ the \l {tools/plugandpaint/app}{Plug & Paint} application. First, we
must go into the directory that contains the application:
\snippet snippets/code/doc_src_deployment.qdoc 15
@@ -796,7 +796,7 @@
If the application starts without any problems, then we have
successfully made a dynamically linked version of the \l
- {tools/plugandpaint}{Plug & Paint} application. But the
+ {tools/plugandpaint/app}{Plug & Paint} application. But the
application's functionality will still be missing since we have
not yet deployed the associated plugins.
@@ -812,7 +812,7 @@
\snippet snippets/code/doc_src_deployment.qdoc 18
An archive distributing all the Qt DLLs and application
- specific plugins required to run the \l {tools/plugandpaint}{Plug
+ specific plugins required to run the \l {tools/plugandpaint/app}{Plug
& Paint} application, would have to include the following files:
\table 100%