Skip to content

Commit c8465df

Browse files
committed
Add build with Qt example command
1 parent cea9cf5 commit c8465df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,13 @@ cmake --build build_dir -j $(nproc) --verbose
109109
conan install . -pr:a ubu-gcc11 --build missing -s:a build_type=Debug -of _build
110110
(source ./_build/conanbuild.sh && cmake -B_build . -DCMAKE_TOOLCHAIN_FILE=_build/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug)
111111
cmake --build _build -j 6 --verbose
112+
113+
114+
# When creating a QML app use use `-DCMAKE_PREFIX_PATH` cmake option:
115+
(source ./_build/conanbuild.sh && cmake -B_build . -DCMAKE_PREFIX_PATH=~/qt682 -DCMAKE_TOOLCHAIN_FILE=_build/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug)
116+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^
112117
```
118+
113119
On Windows:
114120

115121
```cmd

0 commit comments

Comments
 (0)