Skip to content

Commit f2b5baf

Browse files
committed
Update external links to CMake documentation
We don't support CMake version 2 anymore. Instead of just updating to a newer (but fixed) version let's link to the latest documentation. This might create a bigger risk that links get stale, but hopefully let people find always the latest information. Task-number: QTBUG-72159 Change-Id: I082de80cf9ee107b5d017ab8ad6369f2448b0e1b Reviewed-by: Leena Miettinen <[email protected]>
1 parent 0674c87 commit f2b5baf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/global/externalsites/external-resources.qdoc

+5-6
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,27 @@
6262
*/
6363

6464
/*!
65-
\externalpage http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:find_package
65+
\externalpage https://cmake.org/cmake/help/latest/command/find_package.html
6666
\title CMake find_package Documentation
6767
*/
6868

6969
/*!
70-
\externalpage http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:AUTOMOC
70+
\externalpage https://cmake.org/cmake/help/latest/manual/cmake-qt.7.html#automoc
7171
\title CMake AUTOMOC Documentation
7272
*/
7373

74-
7574
/*!
76-
\externalpage http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:LOCATION
75+
\externalpage https://cmake.org/cmake/help/latest/prop_tgt/LOCATION.html
7776
\title CMake LOCATION Documentation
7877
*/
7978

8079
/*!
81-
\externalpage http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:POSITION_INDEPENDENT_CODE
80+
\externalpage https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html
8281
\title CMake POSITION_INDEPENDENT_CODE Documentation
8382
*/
8483

8584
/*!
86-
\externalpage http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:target_link_libraries
85+
\externalpage https://cmake.org/cmake/help/latest/command/target_link_libraries.html
8786
\title CMake target_link_libraries Documentation
8887
*/
8988

0 commit comments

Comments
 (0)