mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
Modifications to get it compiling under MacOSX.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2345 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
56e9536336
commit
f2f23e7ece
2 changed files with 8 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
CONFIG += qt gui uic qrc resources uitools newsettings
|
||||
CONFIG += qt gui uic qrc resources newsettings
|
||||
QT += network xml script opengl
|
||||
|
||||
TEMPLATE = app
|
||||
|
@ -94,10 +94,13 @@ macx {
|
|||
# ENABLE THIS OPTION FOR Univeral Binary BUILD.
|
||||
# CONFIG += ppc x86
|
||||
|
||||
LIBS += -Wl,-search_paths_first
|
||||
LIBS += -L"../../../../lib" -lretroshare -lssl -lcrypto -lminiupnpc -lz
|
||||
LIBS += -lgpgme
|
||||
LIBS += -lQtUiTools
|
||||
CONFIG += version_detail_bash_script
|
||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||
LIBS += -lssl -lcrypto -lz -lgpgme -lgpg-error
|
||||
LIBS += ../../../miniupnpc-1.0/libminiupnpc.a
|
||||
|
||||
INCLUDEPATH += .
|
||||
|
||||
}
|
||||
|
||||
############################## Common stuff ######################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue