We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e916f5 commit 52163bdCopy full SHA for 52163bd
bin/Ubuntu/README.md
@@ -111,7 +111,7 @@ The ModbusTools project requires Qt version 5.8 or later.
111
```console
112
$ cmake -S ~/src/ModbusTools -B .
113
```
114
- To make Qt-compatibility (switch off by default for cmake build) you can use next command (e.g. for Windows 64):
+ To explicitly set Qt folder you can use next command (e.g. for Windows 64):
115
116
>cmake -DCMAKE_PREFIX_PATH:PATH=C:/Qt/5.15.2/msvc2019_64 -S <path\to\src\ModbusTools> -B .
117
0 commit comments