summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qresource.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2016-02-18 15:28:14 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2016-02-25 08:20:07 +0000
commitde9de96d81cdbad4880cc06fcfbe928606c3143e (patch)
tree4e1f1cabb5ea1d33f42cdf5c366fc0716925ceb5 /src/corelib/io/qresource.h
parent28ee76fd0b9ce59291341c8a9937a6c98fcb926d (diff)
Add QResource to the bootstrap library
It's very useful for bootstrapped tools to be able to include resources. Those can now be accessed through the QResource API. Change-Id: Ie8247877a9a4a81cec006bab2b58331270487aef Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/corelib/io/qresource.h')
-rw-r--r--src/corelib/io/qresource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qresource.h b/src/corelib/io/qresource.h
index e84ad03353..a50bbbdaca 100644
--- a/src/corelib/io/qresource.h
+++ b/src/corelib/io/qresource.h
@@ -44,6 +44,7 @@
#include <QtCore/qlocale.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qlist.h>
+#include <QtCore/qscopedpointer.h>
QT_BEGIN_NAMESPACE