Skip to content

Commit 295e7e7

Browse files
LeonMatthesKDABahayzen-kdab
authored andcommitted
Book: Drop v prefix from CXX-Qt-CMake GIT_TAG
We're moving to a plain `0.7.1` naming scheme, as then you can use either: `0.7` or `0.7.1` to refer to just the minor, or the exact patch version.
1 parent 97c95c2 commit 295e7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/getting-started/5-cmake-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Download CXX-Qts CMake code with FetchContent:
134134

135135
```cmake,ignore
136136
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_start}}
137-
GIT_TAG v0.7.1
137+
GIT_TAG 0.7.1
138138
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_end}}
139139
```
140140

0 commit comments

Comments
 (0)