summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/wince-customization.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/platforms/wince-customization.qdoc')
-rw-r--r--doc/src/platforms/wince-customization.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/platforms/wince-customization.qdoc b/doc/src/platforms/wince-customization.qdoc
index d9552c5f0..f456764e7 100644
--- a/doc/src/platforms/wince-customization.qdoc
+++ b/doc/src/platforms/wince-customization.qdoc
@@ -43,7 +43,7 @@
Create a subdirectory in the \c mkspecs folder of the Qt directory.
New specifications for Qt for Windows CE following this naming convention:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 0
+ \snippet snippets/code/doc_src_wince-customization.qdoc 0
Using this convention makes it possible for \l{qmake} to identify that
you are building Qt for Windows CE, and will customize the compilation
@@ -68,7 +68,7 @@
Following is an example configuration for the Windows Mobile 5 for
Pocket PC SDK:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 1
+ \snippet snippets/code/doc_src_wince-customization.qdoc 1
\note \l{qmake} uses this information to build a valid Visual Studio
project file. You need to ensure that they are identical to the
@@ -81,7 +81,7 @@
For example, with Windows Mobile 5 for Pocket PC, the \c DEFINES variable
is expanded in the following way:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 2
+ \snippet snippets/code/doc_src_wince-customization.qdoc 2
The mkspec may require additional configuration to be used inside of Visual
Studio, depending on the Windows CE SDK. The above example defines
@@ -90,7 +90,7 @@
warnings can be disabled by adding a \c default_post.prf file containing
the following lines, within the subdirectory.
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 8
+ \snippet snippets/code/doc_src_wince-customization.qdoc 8
\section1 Cross-compilation Environment for a Custom SDK
@@ -146,7 +146,7 @@
application that attempts to dynamically load the Qt for Windows CE
libraries using \c LoadLibrary. The following code can be used for this:
- \snippet doc/src/snippets/code/doc_src_wince-customization.cpp 9
+ \snippet snippets/code/doc_src_wince-customization.cpp 9
Once you have compiled and deployed the application as well as the Qt
libraries, start a remote debugger. The debugger will then print the
@@ -216,7 +216,7 @@
\list
\li First add \c{C:\Qt\mobile5-shadow\bin} to the \c PATH variable.
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 3
+ \snippet snippets/code/doc_src_wince-customization.qdoc 3
\li Make sure the enviroment variables for your compiler are set.
@@ -225,7 +225,7 @@
\li Now navigate to your shadow build directory and run configure:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 4
+ \snippet snippets/code/doc_src_wince-customization.qdoc 4
\li To build Qt, you have to update your \c{PATH, INCLUDE} and \c LIB paths
to point to your target platforms.
@@ -233,16 +233,16 @@
For a default installation of the Windows Mobile 5.0 Pocket PC SDK, you
can do the following:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 5
+ \snippet snippets/code/doc_src_wince-customization.qdoc 5
We have provided a convenience script for this called \c{setcepaths}. Simply
type:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 6
+ \snippet snippets/code/doc_src_wince-customization.qdoc 6
\li Finally, to build the shadow build type:
- \snippet doc/src/snippets/code/doc_src_wince-customization.qdoc 7
+ \snippet snippets/code/doc_src_wince-customization.qdoc 7
\li That's all. You have successfully created a shadow build of Qt in
\c{C:\Qt\mobile5-shadow}.