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:
drbob 2008-03-22 14:34:53 +00:00
parent f17f7253f4
commit 246bd80190
3 changed files with 48 additions and 18 deletions

View file

@ -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
}