Fixed linking of plugins for Windows compile

This commit is contained in:
thunder2 2021-11-03 18:38:46 +01:00
parent a9a7b556d5
commit 433f6f763d

View File

@ -102,8 +102,6 @@ win32 {
for(lib, LIB_DIR):LIBS += -L"$$lib"
for(bin, BIN_DIR):LIBS += -L"$$bin"
LIBS += -lpthread
QMAKE_LFLAGS += -Wl,--end-group
}
macx {