[scribus] Building 1.5.0svn with qt5 on (K)ubuntu
David Burleigh
david.burleigh at gmx.com
Sat Sep 21 20:34:05 UTC 2013
Thank you for responding. I followed these instructions:
> You didn't say how you installed Qt5, but it is suggested you use the
> installer found at http://qt-project.org/downloads
>
> It suggest an installation directory of /home/user/Qt and I suggest
> you keep to that.
>
> The cmake option is -DQT_PREFIX="/home/user/Qt/5.1.1/gcc/"
and the Qt5 install when fine. My build script is as follows:
> #!/bin/sh
> cd ~/src/scribus_svn
> svn co svn://scribus.net/trunk/Scribus
> cd ./Scribus/build
> cmake -DUSE_QT5=1 -DQT_PREFIX="/home/zerubbabel/Qt/5.1.1/gcc/" -
DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus_svn ..
> make
> sudo make install
and the results of running this are:
> CMake Error at CMakeLists.txt:439 (FIND_PACKAGE):
> By not providing "FindQt5WebKit.cmake" in CMAKE_MODULE_PATH this project
> has asked CMake to find a package configuration file provided by
> "Qt5WebKit", but CMake did not find one.
>
> Could not find a package configuration file provided by "Qt5WebKit" with
> any of the following names:
>
> Qt5WebKitConfig.cmake
> qt5webkit-config.cmake
>
> Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set
> "Qt5WebKit_DIR" to a directory containing one of the above files. If
> "Qt5WebKit" provides a separate development package or SDK, be sure it has
> been installed.
This is the same as before using the recommended Qt5 install. What am I missing?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus/attachments/20130921/6779f703/attachment.html>
More information about the scribus
mailing list