svn commit: r540019 - head/cad/ktechlab/files
Loïc Bartoletti
lbartoletti at FreeBSD.org
Wed Jun 24 09:11:46 UTC 2020
Author: lbartoletti
Date: Wed Jun 24 09:11:45 2020
New Revision: 540019
URL: https://svnweb.freebsd.org/changeset/ports/540019
Log:
cad/ktechlab: : Prepare for Qt5.15
PR: 247010
Approved by: tcberner (mentor, implicit)
Added:
head/cad/ktechlab/files/patch-src_canvasitems.cpp (contents, props changed)
head/cad/ktechlab/files/patch-src_electronics_components_probe.cpp (contents, props changed)
head/cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp (contents, props changed)
head/cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp (contents, props changed)
Added: head/cad/ktechlab/files/patch-src_canvasitems.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/ktechlab/files/patch-src_canvasitems.cpp Wed Jun 24 09:11:45 2020 (r540019)
@@ -0,0 +1,10 @@
+--- src/canvasitems.cpp.orig 2020-06-24 08:49:07 UTC
++++ src/canvasitems.cpp
+@@ -14,6 +14,7 @@
+ #include <qdebug.h>
+ #include <qpolygon.h>
+ #include <qpainter.h>
++#include <qpainterpath.h>
+ #include <qrect.h>
+ #include <qpen.h>
+ #include <qbrush.h>
Added: head/cad/ktechlab/files/patch-src_electronics_components_probe.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/ktechlab/files/patch-src_electronics_components_probe.cpp Wed Jun 24 09:11:45 2020 (r540019)
@@ -0,0 +1,10 @@
+--- src/electronics/components/probe.cpp.orig 2020-06-24 06:28:05 UTC
++++ src/electronics/components/probe.cpp
+@@ -20,6 +20,7 @@
+
+ #include <klocalizedstring.h>
+ #include <qpainter.h>
++#include <qpainterpath.h>
+
+ //BEGIN class Probe
+ Probe::Probe( ICNDocument *icnDocument, bool newItem, const char *id )
Added: head/cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp Wed Jun 24 09:11:45 2020 (r540019)
@@ -0,0 +1,10 @@
+--- src/electronics/components/rotoswitch.cpp.orig 2020-06-24 06:22:43 UTC
++++ src/electronics/components/rotoswitch.cpp
+@@ -17,6 +17,7 @@
+
+ #include <klocalizedstring.h>
+ #include <qpainter.h>
++#include <qpainterpath.h>
+ #include <cmath>
+ #include <cassert>
+
Added: head/cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp Wed Jun 24 09:11:45 2020 (r540019)
@@ -0,0 +1,10 @@
+--- src/mechanics/chassiscircular2.cpp.orig 2020-06-23 15:48:21 UTC
++++ src/mechanics/chassiscircular2.cpp
+@@ -14,6 +14,7 @@
+
+ #include <klocalizedstring.h>
+ #include <qpainter.h>
++#include <qpainterpath.h>
+ #include <qmatrix.h>
+
+ #include <algorithm>
More information about the svn-ports-all
mailing list