From 398a9850f6263da76be617e34c6df6c72e135ce8 Mon Sep 17 00:00:00 2001
From: Jerome Pasion <jerome.pasion@digia.com>
Date: Fri, 4 Jul 2014 14:47:38 +0200
Subject: [PATCH] Doc: Removing url variable from qdocconf file.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

-url inherited from the url variable set in qtbase/doc/global

Change-Id: I6a09e5862558629338da4bc8332e532d77de7d49
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
---
 src/script/doc/qtscript.qdocconf           | 1 -
 src/scripttools/doc/qtscripttools.qdocconf | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/script/doc/qtscript.qdocconf b/src/script/doc/qtscript.qdocconf
index b5343007..a58e1e73 100644
--- a/src/script/doc/qtscript.qdocconf
+++ b/src/script/doc/qtscript.qdocconf
@@ -2,7 +2,6 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 # Name of the project which must match the outputdir. Determines the .index file
 project = QtScript
-url = http://qt-project.org/doc/qt-$QT_VER
 
 # Directories in which to search for files to document and images.
 # By default set to the root directory of the project for sources
diff --git a/src/scripttools/doc/qtscripttools.qdocconf b/src/scripttools/doc/qtscripttools.qdocconf
index 0cc071ac..95ebf8a1 100644
--- a/src/scripttools/doc/qtscripttools.qdocconf
+++ b/src/scripttools/doc/qtscripttools.qdocconf
@@ -2,7 +2,6 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 # Name of the project which must match the outputdir. Determines the .index file
 project = QtScriptTools
-url = http://qt-project.org/doc/qt-$QT_VER
 
 # Directories in which to search for files to document and images.
 # By default set to the root directory of the project for sources
-- 
GitLab