Enable C++14 support

GCC with C++14 support is already shipped in all supported distributions
This commit is contained in:
Gioacchino Mazzurco 2020-03-18 23:10:57 +01:00
parent 5610cc8600
commit a509098a79
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -19,7 +19,7 @@
# SPDX-FileCopyrightText: Retroshare Team <contact@retroshare.cc>
# SPDX-License-Identifier: LGPL-3.0-or-later
CONFIG += c++11
CONFIG += c++14
!include("retroshare.pri"): error("Could not include file retroshare.pri")