From e35f8dd0deca155353f7e0ba2477ec6eda764acb Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 6 Mar 2026 15:51:16 +0100 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0d679bf..b0da976 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ A C++ library that wraps [Qt OPC UA](https://doc.qt.io/qt-6/qtopcua-index.html) git clone --recurse-submodules https://github.com/user/BobinkQtOpcUa.git cd BobinkQtOpcUa -qt-cmake -S . -B build -G Ninja +qt-cmake -S . -B build/Debug -G Ninja -DCMAKE_BUILD_TYPE=Debug qt-cmake --build build --parallel ``` The first configure automatically builds the bundled dependencies (open62541 and QtOpcUa) from git submodules under `deps/`. Subsequent builds skip this step. +QtCreator can also be used to configure, build and run the project. + ### Run the demo ```bash -- cgit v1.2.3