fix_grass_qt511.patch

Patch for building with qt5 > 5.11 (but work also with lower version) - Bruno Friedmann, 2018-06-11 08:45 AM

Download (904 Bytes)

View differences:

src/plugins/grass/qgsgrassmoduleinput.h 2018-06-10 17:25:28.632016481 +0200
23 23
#include <QFileSystemModel>
24 24
#include <QFileSystemWatcher>
25 25
#include <QGroupBox>
26
#include <QHeaderView>
26 27
#include <QListView>
27 28
#include <QMap>
28 29
#include <QSortFilterProxyModel>
src/plugins/grass/qgsgrassregion.h 2018-06-10 18:13:31.935308056 +0200
16 16
#ifndef QGSGRASSREGION_H
17 17
#define QGSGRASSREGION_H
18 18

  
19
#include <QValidator>
19 20
#include "ui_qgsgrassregionbase.h"
20 21
#include "qgscoordinatereferencesystem.h"
21 22
#include "qgscoordinatetransform.h"