<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Gellért<div class=""><br class=""></div><div class="">A clean build should pick them up at least, which is a bit annoying to have to do every time for sure but will ensure you get it right. From the pages Jean links, it looks like a double run of make or the build process might pick them up. Best to give that a try. </div><div class=""><br class=""></div><div class="">Also, it looks like you are not running out of source builds. I don’t know if that helps at all? If you want to try that, you need to make a build directory and run cmake something like this from the build directory:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><font face="Courier" class="">cmake<span class="Apple-tab-span" style="white-space:pre">     </span></font></span><span style="font-family: Courier;" class="">-DWANT_DEBUG=ON \</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class=""><font face="Courier" class=""><span class="Apple-tab-span" style="white-space: pre;">      </span>-DWANT_SVNVERSION=ON \</font></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class=""><font face="Courier" class=""><span class="Apple-tab-span" style="white-space: pre;">  </span>-DCMAKE_INSTALL_PREFIX:PATH=/path/to/install/scribus/ /path/to/Scribus/</font></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class="">Add other options as you see fit. <a href="https://wiki.scribus.net/canvas/Building_SVN_versions_with_CMake" class="">https://wiki.scribus.net/canvas/Building_SVN_versions_with_CMake</a> is a useful reference.</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class="">thanks</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal;" class="">Craig</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 21 Feb 2021, at 1:46 am, Jean Ghali <<a href="mailto:jghali@libertysurf.fr" class="">jghali@libertysurf.fr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Le 20/02/2021 à 23:52, Gyuris Gellért a écrit :<br class=""><blockquote type="cite" class="">Hello Developers,<br class="">I'm Gellért Gyuris (bubu) and I need some help regarding building Scribus. Before Rev 24494 (Remove QT5_WRAP function usage and rely on autogeneration of ui and moc related files, another step towards Qt6) I was able to build Scribus normally while modifying the .ui files. But currently when I change one of the .ui files and build it the change is not recognized (but .cpp files work). <br class=""></blockquote><br class="">It looks like a bug in cmake. There are several similar issues in their bug tracker:<br class=""><a href="https://gitlab.kitware.com/cmake/cmake/-/issues/16776" class="">https://gitlab.kitware.com/cmake/cmake/-/issues/16776</a><br class="">https://gitlab.kitware.com/cmake/cmake/-/issues/17959<br class=""><br class="">Jean<br class=""><br class=""><br class="">_______________________________________________<br class="">scribus-dev mailing list<br class="">scribus-dev@lists.scribus.net<br class="">http://lists.scribus.net/mailman/listinfo/scribus-dev<br class=""></div></div></blockquote></div><br class=""></div></body></html>