From 0d963e81da4e926365ab58c8a76cafa77b935cc4 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 13 Feb 2015 15:11:16 +0100 Subject: qmake: Replace qt-project.org/doc with doc.qt.io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I503e4e4c50a147cc1d81019228593f502132f28a Reviewed-by: Martin Smith Reviewed-by: Topi Reiniƶ --- qmake/doc/snippets/qmake/comments.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/doc') diff --git a/qmake/doc/snippets/qmake/comments.pro b/qmake/doc/snippets/qmake/comments.pro index 957052c81d..9fa85aa6f3 100644 --- a/qmake/doc/snippets/qmake/comments.pro +++ b/qmake/doc/snippets/qmake/comments.pro @@ -5,6 +5,6 @@ #! [1] # To include a literal hash character, use the $$LITERAL_HASH variable: -urlPieces = http://qt-project.org/doc/qt-5.0/qtgui/qtextdocument.html pageCount +urlPieces = http://doc.qt.io/qt-5/qtextdocument.html pageCount message($$join(urlPieces, $$LITERAL_HASH)) #! [1] -- cgit v1.2.3