mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Changes to build system to support universal binaries on MacOSX.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@400 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f17f7253f4
commit
246bd80190
3 changed files with 48 additions and 18 deletions
|
@ -317,12 +317,17 @@ TRANSLATIONS += \
|
|||
lang/retroshare_se.ts
|
||||
|
||||
|
||||
|
||||
!macx {
|
||||
# On non-Mac, make the binary all lowercase
|
||||
TARGET = RetroShare
|
||||
}
|
||||
|
||||
macx {
|
||||
CONFIG += ppc x86
|
||||
LIBS += -Wl,-search_paths_first
|
||||
}
|
||||
|
||||
|
||||
win32 {
|
||||
|
||||
RC_FILE = gui/images/retroshare_win.rc
|
||||
|
@ -335,7 +340,7 @@ win32 {
|
|||
}
|
||||
|
||||
!win32 {
|
||||
LIBS += -L../../../../lib -lretroshare -lKadC -lminiupnpc -lssl -lcrypto
|
||||
LIBS += -L../../../../lib -lretroshare -lminiupnpc -lssl -lcrypto
|
||||
LIBS += -lqcheckers -lsmplayer
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue