Skip to content

Commit

Permalink
This allows building against QT 5.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
espinafre authored and nyalldawson committed Mar 9, 2021
1 parent 2008f5e commit dcf97f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quickgui/qgsquickutils.h
Expand Up @@ -21,6 +21,7 @@
#include <QString>
#include <QUrl>
#include <QtPositioning/QGeoCoordinate>
#include <QModelIndex>

#include <limits>

Expand Down

2 comments on commit dcf97f2

@t0b3
Copy link
Contributor

@t0b3 t0b3 commented on dcf97f2 Mar 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nyalldawson could you integrate this commit into the 3.18.x branch?
qgis 3.18.0 compiles fine here on Gentoo w/ QT 5.15.2, while qgis 3.18.1 fails without this.
I guess this would help others too.

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@t0b3 sure, just open a pr against the 3.18 branch and I'll merge!

Please sign in to comment.