From 1211520ca939e53d6880e213dd38053a08b9589e Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 18 Oct 2020 00:08:38 +0200 Subject: build-system: switch to using C++17 as default C++ dialect Signed-off-by: Berthold Stoeger Signed-off-by: Dirk Hohndel --- packaging/ios/Subsurface-mobile.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/ios') diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 7a6498ebd..e9c81dfb2 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -4,7 +4,7 @@ QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT -CONFIG += c++11 +CONFIG += c++17 QMAKE_TARGET_BUNDLE_PREFIX = org.subsurface-divelog QMAKE_BUNDLE = subsurface-mobile -- cgit v1.2.3-70-g09d2