From b2cec36e1e023812606179a24b1cdec6b08bb387 Mon Sep 17 00:00:00 2001
From: Jan Arve Saether <jan-arve.saether@digia.com>
Date: Mon, 24 Sep 2012 15:01:16 +0200
Subject: [PATCH] Don't have spaces in the project name. It's inconsistent.

This is just for consistency, otherwise we would have to tell it to
look for the qtxmlpatterns/qt-xml-patterns.index file.

Change-Id: Id374511e09bba038209fe48616313b16e0a6e4b3
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 doc/qt5.qdocconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/qt5.qdocconf b/doc/qt5.qdocconf
index de0a7cdb..a8ee4a7d 100644
--- a/doc/qt5.qdocconf
+++ b/doc/qt5.qdocconf
@@ -1,5 +1,5 @@
 # Name of the project.
-project = Qt Xml Patterns
+project = QtXmlPatterns
 
 # Directories in which to search for files to document and images.
 # By default set to the root directory of the project for sources
-- 
GitLab