mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix typos in qmake files
This commit is contained in:
parent
3c6ac48ff9
commit
3ec50837d0
@ -276,7 +276,7 @@ mac {
|
|||||||
DEFINES *= MINIUPNPC_VERSION=13
|
DEFINES *= MINIUPNPC_VERSION=13
|
||||||
|
|
||||||
CONFIG += upnp_miniupnpc
|
CONFIG += upnp_miniupnpc
|
||||||
CONFIG += c+11
|
CONFIG += c++11
|
||||||
|
|
||||||
# zeroconf disabled at the end of libretroshare.pro (but need the code)
|
# zeroconf disabled at the end of libretroshare.pro (but need the code)
|
||||||
#CONFIG += zeroconf
|
#CONFIG += zeroconf
|
||||||
|
@ -84,7 +84,7 @@ macx {
|
|||||||
message(***retroshare.pri: No SDK, set it to MacOS 10.10 )
|
message(***retroshare.pri: No SDK, set it to MacOS 10.10 )
|
||||||
QMAKE_MAC_SDK = macosx10.10
|
QMAKE_MAC_SDK = macosx10.10
|
||||||
}
|
}
|
||||||
CONFIG += c+11
|
CONFIG += c++11
|
||||||
}
|
}
|
||||||
|
|
||||||
unfinished {
|
unfinished {
|
||||||
|
Loading…
Reference in New Issue
Block a user