Fix compilation for plugins but miss RetroShare-gui library linking.

Get ld: symbol(s) not found for architecture ...
This commit is contained in:
Phenom 2015-12-24 18:54:45 +01:00
parent 3ea2e0f450
commit cb4579e8c7
5 changed files with 85 additions and 1 deletions

View file

@ -66,3 +66,18 @@ win32 {
for(bin, BIN_DIR):LIBS += -L"$$bin"
LIBS += -lpthread
}
macx {
OBJECTS_DIR = temp/obj
MOC_DIR = temp/moc
RCC_DIR = temp/qrc
UI_DIR = temp/ui
DEPENDPATH += . $$INC_DIR
INCLUDEPATH += . $$INC_DIR
for(lib, LIB_DIR):LIBS += -L"$$lib"
for(bin, BIN_DIR):LIBS += -L"$$bin"
}