<div dir="ltr"><div>Thank you! I give gladly more system details. What is necessary? I have Ubuntu 15.10, Qt5 installed from website. I ran as you suggested:<br><br>cmake -DQT_PREFIX=/home/bz/Qt/5.7/gcc_64<br></div><div>make<br></div><div><br></div>But got the same result.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 5, 2016 at 11:16 PM, Craig Bradney <span dir="ltr"><<a href="mailto:cbradney@scribus.info" target="_blank">cbradney@scribus.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
> On 05 Sep 2016, at 22:28, Szántó-Várnagy Binjomin <<a href="mailto:binjomin@lativ.hu">binjomin@lativ.hu</a>> wrote:<br>
><br>
> Hello,<br>
><br>
> thank you, worked! But another problem arised: now it cannot find<br>
> QtGui/QAction. I tried even with installing Qt5 from their website, as a<br>
> fresh start, and I entered this line to Scribus.pro:<br>
><br>
> QT += gui widgets core<br>
><br>
> But it didn't help. I got the following error message:<br>
><br>
> [ 79%] Building CXX object<br>
> scribus/plugins/export/<wbr>pixmapexport/CMakeFiles/<wbr>scribusexportpixmap.dir/<wbr>dialog.cpp.o<br>
> In file included from<br>
> /home/bz/szidur/scribus-ctl/<wbr>scribus/ui/createrange.h:11:0,<br>
>                 from<br>
> /home/bz/szidur/scribus-ctl/<wbr>scribus/plugins/export/<wbr>pixmapexport/dialog.cpp:21:<br>
> /home/bz/szidur/scribus-ctl/<wbr>ui_createrange.h:13:25: fatal error:<br>
> QtGui/QAction: No such file or directory<br>
> compilation terminated.<br>
> scribus/plugins/export/<wbr>pixmapexport/CMakeFiles/<wbr>scribusexportpixmap.dir/build.<wbr>make:68:<br>
> recipe for target<br>
> 'scribus/plugins/export/<wbr>pixmapexport/CMakeFiles/<wbr>scribusexportpixmap.dir/<wbr>dialog.cpp.o'<br>
> failed<br>
> make[2]: ***<br>
> [scribus/plugins/export/<wbr>pixmapexport/CMakeFiles/<wbr>scribusexportpixmap.dir/<wbr>dialog.cpp.o]<br>
> Error 1<br>
> CMakeFiles/Makefile2:856: recipe for target<br>
> 'scribus/plugins/export/<wbr>pixmapexport/CMakeFiles/<wbr>scribusexportpixmap.dir/all'<br>
> failed<br>
> make[1]: ***<br>
> [scribus/plugins/export/<wbr>pixmapexport/CMakeFiles/<wbr>scribusexportpixmap.dir/all]<br>
> Error 2<br>
> Makefile:136: recipe for target 'all' failed<br>
> make: *** [all] Error 2<br>
><br>
> By the way, it's interesting, because on Qt documentation I see that<br>
> QAction is present in Qt4 only, and (based on the Scribus README file) it<br>
> supposed to use Qt5.<br>
><br>
> Thank you,<br>
> Binyomin<br>
><br>
<br>
</div></div>There’s something wrong with the way your Qt location has been specified or detected. These errors should not be occurring. You can ignore Scribus.pro, we use CMake, not qmake.<br>
<br>
If your Qt is manually installed or your system has two Qts installed, try using a CMake command line option like -DQT_PREFIX=“/path/to/Qt/5.7/<wbr>clang_64” etc. You’ll need to provide more system details for further troubleshooting, but don’t go chasing code to fix this without ensuring your system and Qt is being detected properly.<br>
<span class="HOEnZb"><font color="#888888"><br>
Craig<br>
</font></span><div class="HOEnZb"><div class="h5">___<br>
Scribus Mailing List: <a href="mailto:scribus@lists.scribus.net">scribus@lists.scribus.net</a><br>
Edit your options or unsubscribe:<br>
<a href="http://lists.scribus.net/mailman/listinfo/scribus" rel="noreferrer" target="_blank">http://lists.scribus.net/<wbr>mailman/listinfo/scribus</a><br>
See also:<br>
<a href="http://wiki.scribus.net" rel="noreferrer" target="_blank">http://wiki.scribus.net</a><br>
<a href="http://forums.scribus.net" rel="noreferrer" target="_blank">http://forums.scribus.net</a></div></div></blockquote></div><br></div>