File: c%2B%2B17.diff

package info (click to toggle)
qtlocation-opensource-src 5.15.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 33,332 kB
  • sloc: cpp: 169,981; ansic: 3,910; xml: 2,791; java: 477; javascript: 190; sql: 52; makefile: 38
file content (16 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: build mapbox-gl-native with C++17
Origin: KDE, https://invent.kde.org/qt/qt/qtlocation-mapboxgl/-/merge_requests/4
Last-Update: 2025-01-08

--- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
+++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
@@ -2,8 +2,7 @@ TARGET = qmapboxgl
 
 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 \