summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2023-04-18 13:09:27 +0300
committerDmitry Shachnev <mitya57@gmail.com>2023-04-26 13:47:43 +0000
commitdca0304c26012a57abae79c9b82f6cbdd0467018 (patch)
treebc19d2ca898fbabb93321499fd12f0e3eb9e2cef
parentca15f650a1a914bb9a41131109c46c4e52c5ebb1 (diff)
Fix capitalization error in auto-generated qdbusmacros.h include
https://bugs.launchpad.net/bugs/2016703 Pick-to: 6.5 6.2 5.15 Change-Id: I521c7b66d6c1c27ea790f0564b175cccb0027802 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 119ab07246..bc85d0e3b2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -65,7 +65,7 @@
"qsql.h" => "QtSql/qtsqlglobal.h"
},
"QtDBus" => {
- "qdbusmacros.h" => "QtDbus/qtdbusglobal.h"
+ "qdbusmacros.h" => "QtDBus/qtdbusglobal.h"
},
"QtTest" => {
"qtest_global.h" => "QtTest/qttestglobal.h"