-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.5, 6.10.0
The attached sample cannot be built due to "file too big". Here is a summary:
| Build Mode/Qt Version | Qt6.8.4 | Qt6.8.5 | Qt6.10.0 |
|---|---|---|---|
| Debug | Fail | Fail | Fail |
| Release | Success | Fail | Fail |
MinGW complains about "file too big". MSVC complains something similar so it should be the same problem.
Notice that
target_compile_options(appQt_00774573_685_build_error
PRIVATE "-Wa,-mbig-obj"
)
is used in CMakeLists.txt. But even that does not help.
Admittedly there are excessively many objects defined in PictStatusNotice_36x36.ui.qml, but that is probably automatically generated by QDS. And people may not want to modify it.