Skip to content

Commit

Permalink
fix link to Qt 4.8 doc
Browse files Browse the repository at this point in the history
fix #18088
  • Loading branch information
3nids committed Feb 13, 2018
1 parent 3391594 commit 4ab983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Expand Up @@ -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/archives/qt-4.8/" CACHE STRING "URL for Qt docs")

INCLUDE(Txt2Tags)
FIND_TXT2TAGS()
Expand Down

0 comments on commit 4ab983e

Please sign in to comment.