Update rssguard.pro

This commit is contained in:
martinrotter 2021-09-06 19:08:23 +02:00 committed by GitHub
parent 925e921f8a
commit a36abe1978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ INCLUDEPATH += $$PWD/../librssguard \
DEPENDPATH += $$PWD/../librssguard
win32: LIBS += -L$$OUT_PWD/../librssguard/ -llibrssguard
unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
unix: LIBS += $$OUT_PWD/../librssguard/librssguard.so
os2: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
win32 {