Commit d7ada9a
fix: (cmake) Fix Qt version check variable name
The condition used `Qt6_VERSION`, which is not defined by `find_package(QT ...)`.
Replace it with the correct variable `QT_VERSION` to ensure the version check
works properly with Qt 6.10 and later.1 parent ddb765d commit d7ada9a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments