mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
Added OBJECTS_DIR for macOS section
This commit is contained in:
parent
43eeca57b9
commit
dca887ab9e
@ -292,9 +292,10 @@ macx {
|
||||
# mac_webui.path = Contents/Resources
|
||||
# QMAKE_BUNDLE_DATA += mac_webui
|
||||
|
||||
OBJECTS_DIR = temp/obj
|
||||
|
||||
CONFIG += version_detail_bash_script
|
||||
LIBS += -lssl -lcrypto -lz
|
||||
#LIBS += -lssl -lcrypto -lz -lgpgme -lgpg-error -lassuan
|
||||
LIBS += -lssl -lcrypto -lz
|
||||
for(lib, LIB_DIR):exists($$lib/libminiupnpc.a){ LIBS += $$lib/libminiupnpc.a}
|
||||
LIBS += -framework CoreFoundation
|
||||
LIBS += -framework Security
|
||||
|
Loading…
Reference in New Issue
Block a user