From de9de96d81cdbad4880cc06fcfbe928606c3143e Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 18 Feb 2016 15:28:14 +0100 Subject: 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 Reviewed-by: Simon Hausmann --- src/corelib/io/qresource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/io/qresource.h') 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 #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3