Bug 490864 - FTBFS with Qt 6.8
Summary: FTBFS with Qt 6.8
Status: RESOLVED DUPLICATE of bug 490863
Alias: None
Product: KOSMIndoorMaps
Classification: Applications
Component: general (show other bugs)
Version: 24.07.80
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Volker Krause
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-26 18:09 UTC by Antonio Rojas
Modified: 2024-07-26 19:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2024-07-26 18:09:02 UTC
/build/kosmindoormap/src/build/src/map-publictransport-integration/kosmindoormap_kpublictransport_integration_plugin_qmltyperegistrations.cpp:10:10: fatal error: equipmentmodel.h: No such file or directory
   10 | #include <equipmentmodel.h>
      |          ^~~~~~~~~~~~~~~~~~
Comment 1 Volker Krause 2024-07-26 19:39:29 UTC
This looks like Qt generating invalid code (generating unqualified includes to things included indirectly elsewhere and not even needed here directly), I don't see anything we can do about this here.
Comment 2 Volker Krause 2024-07-26 19:40:08 UTC
*** This bug has been marked as a duplicate of bug 490863 ***