diff options
Diffstat (limited to 'mominavi.pro')
-rw-r--r-- | mominavi.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mominavi.pro b/mominavi.pro index 3dd5fbc..2b2b21e 100644 --- a/mominavi.pro +++ b/mominavi.pro @@ -1,9 +1,10 @@ # SPDX-License-Identifier: GPL-3.0+ # Copyright (C) 2021 AISIN CORPORATION +# Copyright (C) 2024 Automotive Grade Linux QT += quick positioning qml -CONFIG += c++11 +CONFIG += c++17 # The following define makes your compiler emit warnings if you use # any Qt feature that has been marked deprecated (the exact warnings |