summaryrefslogtreecommitdiffstats
path: root/src/opcua/doc/src/uacpp.qdoc
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2020-09-23 16:17:45 +0200
committerJannis Voelker <jannis.voelker@basyskom.com>2020-09-25 10:59:29 +0200
commit6bad87fc30b323703d2f83e04cadbb386e029224 (patch)
tree09a78fd1856fb1c96dfa89b88fe3279e2ea845cc /src/opcua/doc/src/uacpp.qdoc
parent80996c6f740803976517e8cf2e8b38ba478281a2 (diff)
CMake: Update build instructions in the documentation
Change-Id: I03c2462469c1afa1510a683943758f7ae223cf4c Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
Diffstat (limited to 'src/opcua/doc/src/uacpp.qdoc')
-rw-r--r--src/opcua/doc/src/uacpp.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/opcua/doc/src/uacpp.qdoc b/src/opcua/doc/src/uacpp.qdoc
index b71f505..7027ddb 100644
--- a/src/opcua/doc/src/uacpp.qdoc
+++ b/src/opcua/doc/src/uacpp.qdoc
@@ -128,12 +128,12 @@
\code
cd /path/to/qtopcua
- qmake CONFIG+=debug -- UACPP_PREFIX=$SDKDIR
+ cmake -DCMAKE_BUILD_TYPE=Debug -DUACPP_PREFIX=$SDKDIR
make -j $(nproc)
make install
\endcode
- The output of the \c qmake configuration step indicates whether the detection was successful:
+ The output of the \c cmake configuration step indicates whether the detection was successful:
\code
Unified Automation C++ SDK ............. yes
@@ -192,12 +192,12 @@
\code
cd \path\to\qtopcua
- qmake CONFIG+=debug -- UACPP_PREFIX=%SDKDIR%
+ cmake -DCMAKE_BUILD_TYPE=Debug -DUACPP_PREFIX=%SDKDIR%
nmake
nmake install
\endcode
- The output of the \c qmake configuration step indicates whether the detection was successful:
+ The output of the \c cmake configuration step indicates whether the detection was successful:
\code
Unified Automation C++ SDK ............. yes