mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Make Plugin working in Mac OSX.
This commit is contained in:
parent
b6b5f9cd17
commit
c5e6f62382
5 changed files with 10 additions and 6 deletions
|
@ -68,7 +68,11 @@ win32 {
|
|||
}
|
||||
|
||||
macx {
|
||||
|
||||
#You can found some information here:
|
||||
#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"
|
||||
|
||||
OBJECTS_DIR = temp/obj
|
||||
MOC_DIR = temp/moc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue