nrpe: update to 4.1.3
[oi-userland.git] / components / library / qt5 / patches / fix-mapbox-gl-native.patch
blobfbc95b080d49798c9cb0221744e0f2d6234744d7
1 --- qt-everywhere-src-5.15.15/qtlocation/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro.orig 2024-07-23 12:25:58.000000000 +0200
2 +++ qt-everywhere-src-5.15.15/qtlocation/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro 2024-09-08 17:37:24.245451351 +0200
3 @@ -2,8 +2,7 @@
5 load(qt_helper_lib)
7 -CONFIG += qt c++14 exceptions warn_off staticlib object_parallel_to_source
8 -CONFIG -= c++1z
9 +CONFIG += qt c++17 exceptions warn_off staticlib object_parallel_to_source
11 QT += network-private \
12 gui-private \