Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 09:03:47 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478770 - head/databases/kexi/files
Message-ID:  <201809020903.w8293lK8058379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Sep  2 09:03:46 2018
New Revision: 478770
URL: https://svnweb.freebsd.org/changeset/ports/478770

Log:
  databases/kexi: fix build with Qt 5.11
  
  PR:		230884
  Obtained from:	upstream

Added:
  head/databases/kexi/files/patch-git_1578fc   (contents, props changed)

Added: head/databases/kexi/files/patch-git_1578fc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/kexi/files/patch-git_1578fc	Sun Sep  2 09:03:46 2018	(r478770)
@@ -0,0 +1,31 @@
+From 1578fcb4a0407cf368edb6ee4605c4ef9e77b6ed Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
+Date: Tue, 20 Mar 2018 00:06:46 +0100
+Subject: [PATCH] Fix build with Qt 5.11 (missing headers)
+
+Reviewers: #kexi, staniek
+
+Reviewed By: #kexi, staniek
+
+Subscribers: staniek
+
+Tags: #kexi
+
+Differential Revision: https://phabricator.kde.org/D11503
+---
+ src/main/startup/KexiNewProjectAssistant.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/main/startup/KexiNewProjectAssistant.cpp b/src/main/startup/KexiNewProjectAssistant.cpp
+index 59e819acc..6568f1b5c 100644
+--- src/main/startup/KexiNewProjectAssistant.cpp
++++ src/main/startup/KexiNewProjectAssistant.cpp
+@@ -48,6 +48,7 @@
+ #include <KIconLoader>
+ #include <KStandardGuiItem>
+ 
++#include <QAction>
+ #include <QDebug>
+ #include <QLayout>
+ #include <QCheckBox>
+



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