Fix Windows 64b G++ under MSys2 compil.

This commit is contained in:
Phenom 2021-03-05 17:39:12 +01:00
parent 0e38f4870f
commit 3d9ba341f0
2 changed files with 5 additions and 1 deletions

View file

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