We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea9cf5 commit c8465dfCopy full SHA for c8465df
README.md
@@ -109,7 +109,13 @@ cmake --build build_dir -j $(nproc) --verbose
109
conan install . -pr:a ubu-gcc11 --build missing -s:a build_type=Debug -of _build
110
(source ./_build/conanbuild.sh && cmake -B_build . -DCMAKE_TOOLCHAIN_FILE=_build/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug)
111
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
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^
117
```
118
119
On Windows:
120
121
```cmd
0 commit comments