Change RetroShare06 to lower case

This is important to comply with linux standards.
This commit is contained in:
Phenom 2017-07-05 18:11:52 +02:00
parent 65326d9438
commit b12fd11496
15 changed files with 38 additions and 38 deletions

View file

@ -80,7 +80,7 @@ macx {
#https://developer.apple.com/library/mac/documentation/Porting/Conceptual/PortingUnix/compiling/compiling.html
QMAKE_LFLAGS_PLUGIN -= -dynamiclib
QMAKE_LFLAGS_PLUGIN += -bundle
QMAKE_LFLAGS_PLUGIN += -bundle_loader "../../retroshare-gui/src/RetroShare06.app/Contents/MacOS/RetroShare06"
QMAKE_LFLAGS_PLUGIN += -bundle_loader "../../retroshare-gui/src/retroshare06.app/Contents/MacOS/retroshare06"
OBJECTS_DIR = temp/obj
MOC_DIR = temp/moc