diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-06 15:51:16 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-06 15:51:16 +0100 |
| commit | e35f8dd0deca155353f7e0ba2477ec6eda764acb (patch) | |
| tree | fe59d00e0ac9732d7e80d6371e9de3320f34fb64 /README.md | |
| parent | 1c934401dae122a063890fee1d6f39b94d2afeeb (diff) | |
| download | BobinkQtOpcUa-e35f8dd0deca155353f7e0ba2477ec6eda764acb.tar.gz BobinkQtOpcUa-e35f8dd0deca155353f7e0ba2477ec6eda764acb.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
