qt: fix missing -lpthread on Debian Bullseye

This commit is contained in:
mappu 2021-04-12 16:54:06 +12:00
parent 3e7e54da4b
commit 5ce6368c4a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ win32: {
linux: {
QMAKE_LIBS += $$_PRO_FILE_PWD_/../build/linux/qbolt.a
QMAKE_LIBS += -lpthread
}
SOURCES += main.cpp\