[scribus] Scribus ported to Qt5 -- Please test

Craig Bradney cbradney at zip.com.au
Mon Mar 11 21:14:38 UTC 2013


On 11/03/13 10:52 AM, JLuc wrote:
> Le 11/03/2013 07:29, "Christoph Schäfer" a écrit :
>> Hi all,
>>
>> As of yesterday, Scribus 1.5svn can be compiled against Qt 5. This port has been much smoother
>> and a lot less disruptive than the one from Qt 3 to Qt 4. Moreover, Scribus 1.5svn can still be
>> built with Qt 4, and Qt5 is only an option.
>>
>> To build Scribus with Qt 5 two CMake options have been added: -DUSE_QT5=1 and -DQT_PREFIX="path
>> _to_your_Qt5_installation".
>>
>> Please note that the Upgrade Checker won't be available in a Qt 5 build, as it depends on a
>> depracated Qt 4 class and needs to be rewritten for Qt 5. Everything else should work.
>>
>> If you discover issues that are specific to the Qt 5 build and want to file a bug report, a new
>> bug category "Qt5 Port" has been added to the bugtracker.
>
> Does QT5 bring any new feature ?
> Or maybe rather some usability or look'n'feel improvement ?
>

For those on OSX, a sample cmake line, run from the build directory, would be:

cmake     -DUSE_QT5=1 -DQT_PREFIX="/Users/craig/Qt/Qt5.0.1/5.0.1/clang_64" \
    -DWANT_HUNSPELL=1 -DWANT_NOHEADERINSTALL=1 -DWANT_NOEXAMPLES=1 \
    -DWANT_NOTEMPLATES=1 -DWANT_GRAPHICSMAGICK=1 -DWANT_GUI_LANG="en_GB;de;fr"
-DCMAKE_OSX_ARCHITECTURES="x86_64"  -DBUILD_OSX_BUNDLE=1 \
    -DWANT_NOOSG=1 -DWANT_UNIVERSAL_BUNDLE=0 -DWANT_DEBUG=1 \
    -DCMAKE_INSTALL_PREFIX:PATH=/Users/craig/Applications/ScribusTrunkQt5.app/Contents/
../trunkqt5/Scribus/

thanks
Craig



More information about the scribus mailing list