summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-02 16:10:01 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-03 07:56:23 +0000
commit7331d22c6f55b6cd76bcf05bc70ebac69cf51eb9 (patch)
tree0df5c403285dfd7c37e5d67cef01997cf85c58e0 /sync.profile
parent8af681c10744ca53bc1402dfa5ece058777aaeff (diff)
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 <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
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"
}
);