- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    6.0
- 
    None
- 
        9e8f43e5accba52b3df6e202759f5ea9b8620e5e (qt/qtbase/dev) d7ea41ab03fa1e140c3282a9e05bc25c5f3e9657 (qt/qtbase/6.1)
Converting qmake projects to cmake using the provided tool does not handle big resources.
Manually changing the project to use qt6_add_big_resources() fails at build time.
qt6_add_big_resources(OUT_FILES ../exampleresources/cubemaps.qrc)
target_sources(anaglyph-rendering PRIVATE ${OUT_FILES})
Produces errors in attached file