Accepting request 616119 from home:bruno_friedmann:branches:Application:Geo

- Added patch fix_grass_qt511.patch fix_3d_qt511.patch 
  to fix build with QT5 > 5.11

OBS-URL: https://build.opensuse.org/request/show/616119
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=232
This commit is contained in:
Nicolas Rochard
2018-06-11 19:52:16 +00:00
committed by Git OBS Bridge
parent f64d604b5e
commit 24b68d2156
4 changed files with 45 additions and 0 deletions

22
fix_grass_qt511.patch Normal file
View File

@@ -0,0 +1,22 @@
diff -rup a/src/plugins/grass/qgsgrassmoduleinput.h b/src/plugins/grass/qgsgrassmoduleinput.h
--- a/src/plugins/grass/qgsgrassmoduleinput.h 2018-05-27 14:42:00.818046215 +0200
+++ b/src/plugins/grass/qgsgrassmoduleinput.h 2018-06-10 17:25:28.632016481 +0200
@@ -23,6 +23,7 @@
#include <QFileSystemModel>
#include <QFileSystemWatcher>
#include <QGroupBox>
+#include <QHeaderView>
#include <QListView>
#include <QMap>
#include <QSortFilterProxyModel>
diff -rup a/src/plugins/grass/qgsgrassregion.h b/src/plugins/grass/qgsgrassregion.h
--- a/src/plugins/grass/qgsgrassregion.h 2018-05-27 14:42:00.822046231 +0200
+++ b/src/plugins/grass/qgsgrassregion.h 2018-06-10 18:13:31.935308056 +0200
@@ -16,6 +16,7 @@
#ifndef QGSGRASSREGION_H
#define QGSGRASSREGION_H
+#include <QValidator>
#include "ui_qgsgrassregionbase.h"
#include "qgscoordinatereferencesystem.h"
#include "qgscoordinatetransform.h"