os2 compatibility

This commit is contained in:
Martin Rotter 2021-02-22 15:50:41 +01:00
parent fc3548832e
commit 14bd7ab75e
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ win32 {
os2 { os2 {
target.path = $$PREFIX target.path = $$PREFIX
lib.files = $$OUT_PWD/../librssguard/librssguard.dll $$OUT_PWD/../librssguard/librssguard.lib lib.files = $$OUT_PWD/../librssguard/rssguard.dll $$OUT_PWD/../librssguard/rssguard.lib
lib.path = $$PREFIX lib.path = $$PREFIX
lib.CONFIG = no_check_exist lib.CONFIG = no_check_exist

View File

@ -1,6 +1,6 @@
TEMPLATE = lib TEMPLATE = lib
unix|mac { unix|mac|os2 {
TARGET = rssguard TARGET = rssguard
} }
else { else {

View File

@ -45,7 +45,7 @@ DEPENDPATH += $$PWD/../librssguard
win32: LIBS += -L$$OUT_PWD/../librssguard/ -llibrssguard win32: LIBS += -L$$OUT_PWD/../librssguard/ -llibrssguard
unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
os2: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard os2: LIBS += -L$$OUT_PWD/../librssguard/ -rssguard
win32 { win32 {
# Prepare files for NSIS. # Prepare files for NSIS.