From a509098a7958f2b449ec13a750196bc47cbed3d6 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Wed, 18 Mar 2020 23:10:57 +0100 Subject: [PATCH] Enable C++14 support GCC with C++14 support is already shipped in all supported distributions --- RetroShare.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroShare.pro b/RetroShare.pro index e835e4ca2..dc590dd17 100644 --- a/RetroShare.pro +++ b/RetroShare.pro @@ -19,7 +19,7 @@ # SPDX-FileCopyrightText: Retroshare Team # SPDX-License-Identifier: LGPL-3.0-or-later -CONFIG += c++11 +CONFIG += c++14 !include("retroshare.pri"): error("Could not include file retroshare.pri")