From 9a10047b3c5612b4961a4a4c98e06c8ec09a1319 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 21 Sep 2016 08:55:21 +0200 Subject: [PATCH] Update Qt docs link to version 5 --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 35041629661..a566445438c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,7 +5,7 @@ SET (WITH_APIDOC FALSE CACHE BOOL "Determines whether the QGIS API doxygen docum SET (WITH_TXT2TAGS_PDF FALSE CACHE BOOL "Determines whether PDF should be generate for the txt2tags documentation") # include Qt documentation -SET (QT_DOC_URL "http://doc.qt.io/qt-4.8/" CACHE STRING "URL for Qt docs") +SET (QT_DOC_URL "http://doc.qt.io/qt-5/" CACHE STRING "URL for Qt docs") INCLUDE(Txt2Tags) FIND_TXT2TAGS()