mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with Qt 5.11
PR: 230884 Obtained from: upstream
This commit is contained in:
parent
79d6f6b732
commit
2d1682c8bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478519
1 changed files with 15 additions and 0 deletions
15
polish/qnapi/files/patch-gui_src_forms_subdatawidget.h
Normal file
15
polish/qnapi/files/patch-gui_src_forms_subdatawidget.h
Normal file
|
@ -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 {
|
Loading…
Add table
Reference in a new issue