Undo fix for linking of plugins for Windows MSYS2 compile

This commit is contained in:
thunder2 2021-11-05 21:18:26 +01:00
parent fa48b03fac
commit 56d34a8a2c

View File

@ -102,6 +102,9 @@ win32 {
for(lib, LIB_DIR):LIBS += -L"$$lib"
for(bin, BIN_DIR):LIBS += -L"$$bin"
LIBS += -lpthread
# Do not add for MinGW
!isEmpty(QMAKE_SH): QMAKE_LFLAGS += -Wl,--end-group
}
macx {