Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2020 09:11:45 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540019 - head/cad/ktechlab/files
Message-ID:  <202006240911.05O9BjEd067418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006240911.05O9BjEd067418>