Skip to content

Commit 93bca6c

Browse files
committed
Merge with origin/main
2 parents c068066 + 52163bd commit 93bca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/Ubuntu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The ModbusTools project requires Qt version 5.8 or later.
111111
```console
112112
$ cmake -S ~/src/ModbusTools -B .
113113
```
114-
To make Qt-compatibility (switch off by default for cmake build) you can use next command (e.g. for Windows 64):
114+
To explicitly set Qt folder you can use next command (e.g. for Windows 64):
115115
```console
116116
>cmake -DCMAKE_PREFIX_PATH:PATH=C:/Qt/5.15.2/msvc2019_64 -S <path\to\src\ModbusTools> -B .
117117
```

0 commit comments

Comments
 (0)