<div dir="ltr">On Sun, Jun 3, 2018 at 6:46 AM, Steve Allewell <span dir="ltr"><<a href="mailto:steve.allewell@gmail.com" target="_blank">steve.allewell@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-HOEnZb"><div class="gmail-h5">On 02/06/18 20:51, Sean Enck wrote:<br>
> Running archlinux, recently qt5 5.11 has dropped (from 5.10), I went to<br>
> rebuild kxstitch in a clean environment and hit the following<br>
> <br>
> <a href="https://gist.githubusercontent.com/enckse/1490da81a531937d093c0ec826caf3f5/raw/826f324b9943e77b002bdb4f36b25b85a46cc92d/gistfile1.txt" rel="noreferrer" target="_blank">https://gist.<wbr>githubusercontent.com/enckse/<wbr>1490da81a531937d093c0ec826caf3<wbr>f5/raw/<wbr>826f324b9943e77b002bdb4f36b25b<wbr>85a46cc92d/gistfile1.txt</a><br>
> <br>
> I'm assuming this is a qt5 5.11 (potentially incorrectly), I can provide<br>
> more of a log if needed and/or more information.<br>
<br>
</div></div>I suspect this is because LibraryPatternPropertiesDlg does not include<br>
the QIcon header directly, relying on it being included in one of the<br>
other ones.<br>
<br>
Can you try adding into LibraryPatternPropertiesDlg.h the following line<br>
under class QShowEvent:<br>
<br>
class QIcon;<br>
<br>
and in LibraryPatternPropertiesDlg.<wbr>cpp under #include <KSharedConfig>:<br>
<br>
#include <QIcon><br>
<br>
Then try recompiling.  I think there might be similar errors perhaps.<br>
My distribution is usually quick to update these packages, so I will<br>
probably be on 5.11 soon so I will be able to test for myself.<br>
<br>
Thanks<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
Steve<br>
</font></span></blockquote></div><br></div><div class="gmail_extra">OK, that worked, though I did have to make an additional change in TextElementDialog.{h,cpp}.<br><br></div><div class="gmail_extra">The whole of the patch is still short:<br><a href="https://gist.github.com/enckse/5032964a9f0f135618709752f1dd4235">https://gist.github.com/enckse/5032964a9f0f135618709752f1dd4235</a><br><br></div><div class="gmail_extra">It builds now - thanks for the help!<br></div></div>