[Breeze] [Bug 378305] New: breeze-icons.rcc can't be cross-compiled

Harald Sitter bugzilla_noreply at kde.org
Fri Mar 31 08:33:40 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=378305

            Bug ID: 378305
           Summary: breeze-icons.rcc can't be cross-compiled
           Product: Breeze
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Icons
          Assignee: visual-design at kde.org
          Reporter: sitter at kde.org
                CC: kainz.a at gmail.com
  Target Milestone: ---

as part of the build process breeze-icons builds qrcAlias to generate the rcc
file, in a cross-compile setup qrcAlias would have to be built for the build
architecture rather than the host architecture (i.e. what is being built for).

e.g. if you cross-build on x64 for arm you'd need qrcAlias to be built for x64
so you can run it at build time. the way it is built now is for arm making it
not runable.

workaroundable by not cross-compiling the icons as the generated data one could
build it on x64 and use on arm. this does however mean that you couldn't build
the rcc without having a qtbase build for the build arch (so you can build the
icons) AND a qtbase for the host arch (for the app that uses the rcc)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Visual-design mailing list