summaryrefslogtreecommitdiffstats
path: root/tools/configure/tools.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-31 18:30:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 17:23:23 +0200
commit8df98b43be26d003fcd9e602094c05607f59ab4f (patch)
tree456d226a72e2285b6e4324ce5f95912257e6bd7b /tools/configure/tools.h
parent1b1ff66123d9e2f34bc02742e8b3d62c1207d004 (diff)
compile without CamelCase headers
for faster bootstrapping without a full syncqt run Change-Id: I648f0a8fb09be021590c46e8e5e15667a316c817 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tools/configure/tools.h')
-rw-r--r--tools/configure/tools.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure/tools.h b/tools/configure/tools.h
index e882953733..76912eedc8 100644
--- a/tools/configure/tools.h
+++ b/tools/configure/tools.h
@@ -42,9 +42,9 @@
#ifndef _TOOLS_H_
#define _TOOLS_H_
-#include <QString>
-#include <QStringList>
-#include <QMap>
+#include <qstring.h>
+#include <qstringlist.h>
+#include <qmap.h>
class Tools