summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-11-25 01:31:51 +0100
committerAndy Shaw <andy.shaw@qt.io>2019-11-25 17:17:09 +0100
commit17061760d486daea5d6853b4dda196b7912f0693 (patch)
tree6145df275b1d7139f3ef0caafd7698e1da044c78
parentbcd37d8bffb422e5fcb29f6778c626a0cfc40ec3 (diff)
Fix incorrect environment variable usage in the documentation
Change-Id: I475aead2b541b082532432db1117288d87b9b1ba Reviewed-by: Rainer Keller <Rainer.Keller@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--src/opcua/doc/src/uacpp.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcua/doc/src/uacpp.qdoc b/src/opcua/doc/src/uacpp.qdoc
index 0764f3e..b71f505 100644
--- a/src/opcua/doc/src/uacpp.qdoc
+++ b/src/opcua/doc/src/uacpp.qdoc
@@ -192,7 +192,7 @@
\code
cd \path\to\qtopcua
- qmake CONFIG+=debug -- UACPP_PREFIX=$SDKDIR
+ qmake CONFIG+=debug -- UACPP_PREFIX=%SDKDIR%
nmake
nmake install
\endcode