Skip to content
  • lat9nq's avatar
    cmake: Download Qt binaries on Linux if needed · 52cc25cc
    lat9nq authored
    If the local version of Qt is older than the minimum version required by
    yuzu, download a pre-built binary package from yuzu-emu/ext-linux-bin
    and build yuzu with it, instead.
    
    This also requires linking yuzu to the correct libraries after building
    it, and copying over the required binaries when building yuzu.
    
    This sets the Qt requirement to 5.12, which is intentionally behind the
    versions used by our toolchains since they are not all updated yet to
    5.15.
    52cc25cc
Loading