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-des...@kde.org
          Reporter: sit...@kde.org
                CC: kain...@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 watching all bug changes.

Reply via email to