From 7331d22c6f55b6cd76bcf05bc70ebac69cf51eb9 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 2 Jun 2016 16:10:01 +0200 Subject: Add qtsqlglobal.h and qtsqlglobal_p.h The new modular configuration system requires one global header per module, that is included by all other files in this module. QtSql already had such a header, but its name (qsql.h) was not in line with what's being used in all other modules. So add a qtsqlglobal.h header, deprecate qsql.h and turn it into a a forwarding header to that new global header file. Change-Id: Ibaeb95b008cf08ba062cbfe8a3f4d3bf79294390 Reviewed-by: Oswald Buddenhagen --- sync.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 7807907420..8dc6a88625 100644 --- a/sync.profile +++ b/sync.profile @@ -49,6 +49,9 @@ "QtGui" => { "QGenericPlugin" => "QtGui/QGenericPlugin", "QGenericPluginFactory" => "QtGui/QGenericPluginFactory" + }, + "QtSql" => { + "qsql.h" => "QtSql/qtsqlglobal.h" } ); -- cgit v1.2.1