summaryrefslogtreecommitdiffstats
path: root/src/opcua/doc/src/uacpp.qdoc
diff options
context:
space:
mode:
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