Talk:Cross-Compile Qt 6 for Raspberry Pi

From Qt Wiki
Revision as of 08:38, 22 June 2022 by Uraihan (talk | contribs) (Created page with "<h2>Issue with libdbus</h2> During the testing process, it was found that the libdbus inside our sysroot was not a dynamically shared objects. As a temporary fix, it was decid...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Issue with libdbus

During the testing process, it was found that the libdbus inside our sysroot was not a dynamically shared objects. As a temporary fix, it was decided to temporarily exclude this feature from the configuration, hence the -DFEATURE_dbus=OFF flag. I would love to hear any suggestions for this issue.