<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Am 26.03.2018 um 11:10 schrieb Ben
Cooksley:<br>
</div>
<blockquote type="cite"
cite="mid:CA+XidOHBYu7=2DEU7RPAW+hjTwHpC0fkGpLAZoQqgQRrTt76bw@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote"><br>
<div>Umbrello can't be built on the Binary Factory until it
builds on the CI system (both master and stable)</div>
<div>The blocker to that is that Umbrello tries to use Qt 4
when building on Windows for the stable branch (and i'm
not sure if the frameworks branch is kept up to date)</div>
<div><br>
</div>
<div>If we can resolve that, then enabling it on the Binary
Factory shouldn't be a huge issue.</div>
</div>
</div>
</div>
</blockquote>
I see two options: <br>
<br>
1. set BUILD_KF5=1 in cmake command as it has been done at
<a class="moz-txt-link-freetext" href="https://build.opensuse.org/package/view_file/home:rhabacker:branches:windows:mingw:win32:KF5Apps/mingw32-umbrello5/mingw32-umbrello5.spec?expand=1">https://build.opensuse.org/package/view_file/home:rhabacker:branches:windows:mingw:win32:KF5Apps/mingw32-umbrello5/mingw32-umbrello5.spec?expand=1</a>
(see line 89) or <br>
2. umbrello top level CMakeLists.txt needs to be patched to set
BUILD_KF5 as default on Windows too. To avoids breaks on building
the official obs umbrello build packages (which are still Qt4 based)
a related -DBUILD_KF5=0 needs to be added to
<a class="moz-txt-link-freetext" href="https://build.opensuse.org/package/view_file/windows:mingw:win32/mingw32-umbrello/mingw32-umbrello.spec?expand=1">https://build.opensuse.org/package/view_file/windows:mingw:win32/mingw32-umbrello/mingw32-umbrello.spec?expand=1</a>
and
<a class="moz-txt-link-freetext" href="https://build.opensuse.org/package/view_file/windows:mingw:win64/mingw64-umbrello/mingw64-umbrello.spec?expand=1">https://build.opensuse.org/package/view_file/windows:mingw:win64/mingw64-umbrello/mingw64-umbrello.spec?expand=1</a>
<br>
<br>
Cheers<br>
Ralf<br>
</body>
</html>