From 3ec50837d07bb7a5dee725acf230d4e21dbd2fce Mon Sep 17 00:00:00 2001 From: Gio Date: Wed, 31 Aug 2016 07:41:22 +0200 Subject: [PATCH] Fix typos in qmake files --- libretroshare/src/libretroshare.pro | 2 +- retroshare.pri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index 6499243b8..39c9512e9 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -276,7 +276,7 @@ mac { DEFINES *= MINIUPNPC_VERSION=13 CONFIG += upnp_miniupnpc - CONFIG += c+11 + CONFIG += c++11 # zeroconf disabled at the end of libretroshare.pro (but need the code) #CONFIG += zeroconf diff --git a/retroshare.pri b/retroshare.pri index fe7d77df2..5d8572807 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -84,7 +84,7 @@ macx { message(***retroshare.pri: No SDK, set it to MacOS 10.10 ) QMAKE_MAC_SDK = macosx10.10 } - CONFIG += c+11 + CONFIG += c++11 } unfinished {