From 8f8443d883b36a873e05a6da3e1825d9b9ee007d Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 18 Apr 2023 13:09:27 +0300 Subject: [PATCH] Fix capitalization error in auto-generated qdbusmacros.h include https://bugs.launchpad.net/bugs/2016703 Change-Id: I521c7b66d6c1c27ea790f0564b175cccb0027802 Reviewed-by: Alexandru Croitor (cherry picked from commit dca0304c26012a57abae79c9b82f6cbdd0467018) Reviewed-by: Qt Cherry-pick Bot --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index 119ab07246f..bc85d0e3b29 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"