Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 06:01:57 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478519 - head/polish/qnapi/files
Message-ID:  <201808310601.w7V61vWw063151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Aug 31 06:01:57 2018
New Revision: 478519
URL: https://svnweb.freebsd.org/changeset/ports/478519

Log:
  Fix build with Qt 5.11
  
  PR:		230884
  Obtained from:	upstream

Added:
  head/polish/qnapi/files/patch-gui_src_forms_subdatawidget.h   (contents, props changed)

Added: head/polish/qnapi/files/patch-gui_src_forms_subdatawidget.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/polish/qnapi/files/patch-gui_src_forms_subdatawidget.h	Fri Aug 31 06:01:57 2018	(r478519)
@@ -0,0 +1,15 @@
+From 27bbaa5a32e5c6d9e45a6ba221928be6ec555ddd Mon Sep 17 00:00:00 2001
+From: Luigi Baldoni <luigino@users.noreply.github.com>
+Date: Mon, 11 Jun 2018 14:55:54 +0200
+Subject: [PATCH] Add missing include statement for Qt 5.11 (#148)
+
+--- gui/src/forms/subdatawidget.h.orig	2017-05-19 16:50:58 UTC
++++ gui/src/forms/subdatawidget.h
+@@ -16,6 +16,7 @@
+ #define SUBDATAWIDGET_H
+ 
+ #include <QWidget>
++#include <QIcon>
+ #include "ui_subDataWidget.h"
+ 
+ class subDataWidget : public QWidget {



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