View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016076 | Scribus | General | public | 2020-03-29 09:24 | 2020-04-05 19:37 |
| Reporter | heirecka | Assigned To | jghali | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.5.6.svn | ||||
| Fixed in Version | 1.5.6.svn | ||||
| Summary | 0016076: Fix build with Qt 5.15 | ||||
| Description | QPainterPath is no longer included via qtransform.h (since 5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git), causing the build to fail due the missing include. | ||||
| Tags | No tags attached. | ||||
| Attached Files | 0001-Fix-build-with-Qt-5.15.patch (730 bytes)
From 78ee1626f3af37bf067b0c9d06156851bba31ee9 Mon Sep 17 00:00:00 2001 From: Heiko Becker <heirecka@exherbo.org> Date: Sun, 29 Mar 2020 11:16:13 +0200 Subject: [PATCH] Fix build with Qt 5.15 QPainterPath is no longer included via qtransform.h (since 5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git). --- scribus/ui/scresizecursor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scribus/ui/scresizecursor.cpp b/scribus/ui/scresizecursor.cpp index f2c78e5ae..85271ed86 100644 --- a/scribus/ui/scresizecursor.cpp +++ b/scribus/ui/scresizecursor.cpp @@ -12,6 +12,7 @@ #include <QDebug> #include <QPainter> +#include <QPainterPath> #include <QPixmap> #include <QPen> #include <QBrush> -- 2.26.0 | ||||
| Patch | No | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-03-29 09:24 | heirecka | New Issue | |
| 2020-03-29 09:24 | heirecka | File Added: 0001-Fix-build-with-Qt-5.15.patch | |
| 2020-03-29 10:55 | jghali | Assigned To | => jghali |
| 2020-03-29 10:55 | jghali | Status | new => resolved |
| 2020-03-29 10:55 | jghali | Resolution | open => fixed |
| 2020-03-29 10:55 | jghali | Fixed in Version | => 1.5.6.svn |
| 2020-03-29 10:55 | jghali | Note Added: 0047481 | |
| 2020-04-05 19:37 | cbradney | Status | resolved => closed |