diff options
Diffstat (limited to 'qtlocation-icu-75.patch')
-rw-r--r-- | qtlocation-icu-75.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qtlocation-icu-75.patch b/qtlocation-icu-75.patch new file mode 100644 index 0000000..28b7603 --- /dev/null +++ b/qtlocation-icu-75.patch @@ -0,0 +1,12 @@ +--- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro 2024-11-01 18:13:54.767565225 +0800 ++++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro 2024-11-01 18:14:18.764861615 +0800 +@@ -2,8 +2,7 @@ + + load(qt_helper_lib) + +-CONFIG += qt c++14 exceptions warn_off staticlib object_parallel_to_source +-CONFIG -= c++1z ++CONFIG += qt c++17 exceptions warn_off staticlib object_parallel_to_source + + QT += network-private \ + gui-private \ |