mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 00:00:44 -04:00
Fixed linking of plugins for Windows compile
This commit is contained in:
parent
a9a7b556d5
commit
433f6f763d
1 changed files with 0 additions and 2 deletions
|
@ -102,8 +102,6 @@ win32 {
|
||||||
for(lib, LIB_DIR):LIBS += -L"$$lib"
|
for(lib, LIB_DIR):LIBS += -L"$$lib"
|
||||||
for(bin, BIN_DIR):LIBS += -L"$$bin"
|
for(bin, BIN_DIR):LIBS += -L"$$bin"
|
||||||
LIBS += -lpthread
|
LIBS += -lpthread
|
||||||
|
|
||||||
QMAKE_LFLAGS += -Wl,--end-group
|
|
||||||
}
|
}
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue