Skip to content

Commit 46819a3

Browse files
committed
Update Qt docs
* Added Qt 5.12 docs (latest LTS release) * Use a stable URL for Qt 5.11 docs
1 parent b2608bb commit 46819a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/docs/scrapers/qt.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,14 @@ class Qt < UrlScraper
103103
Licensed under the GNU Free Documentation License, Version 1.3.
104104
HTML
105105

106+
version '5.12' do
107+
self.release = '5.12'
108+
self.base_url = 'https://doc.qt.io/qt-5.12/'
109+
end
110+
106111
version '5.11' do
107112
self.release = '5.11'
108-
self.base_url = 'https://doc.qt.io/qt-5/'
113+
self.base_url = 'https://doc.qt.io/qt-5.11/'
109114
end
110115

111116
version '5.9' do

0 commit comments

Comments
 (0)