aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlbundle
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-03-09 23:27:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-10 15:04:11 +0100
commit50f8133a1a1eb434abafcca5335be706d4f0b694 (patch)
tree5139515a7e44e860a19b016c65ba139ea6ce8a76 /tools/qmlbundle
parentfe2de633f9b9454ec8a9c2a5874ad85f49d8d54d (diff)
Remove several uses of module includes
Module includes are discouraged because they may increase compilation time. While debugging a broken core module include header, a number of module include infractions were discovered in qtdeclarative. Replace them with their more specific counterparts. Change-Id: I614e9a6aa2177f396e5289f3cdb3c35faa0202c9 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'tools/qmlbundle')
-rw-r--r--tools/qmlbundle/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlbundle/main.cpp b/tools/qmlbundle/main.cpp
index 041041b91a..60d12e8574 100644
--- a/tools/qmlbundle/main.cpp
+++ b/tools/qmlbundle/main.cpp
@@ -41,7 +41,7 @@
#include <private/qqmlbundle_p.h>
#include <private/qqmlscript_p.h>
-#include <QtCore/QtCore>
+#include <QtCore/QCoreApplication>
#include <iostream>
static bool createBundle(const QString &fileName, const QStringList &fileNames)