mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-14 17:47:21 +01:00
os2 compatibility
This commit is contained in:
parent
fc3548832e
commit
14bd7ab75e
@ -35,7 +35,7 @@ win32 {
|
||||
os2 {
|
||||
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.CONFIG = no_check_exist
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
|
||||
unix|mac {
|
||||
unix|mac|os2 {
|
||||
TARGET = rssguard
|
||||
}
|
||||
else {
|
||||
|
@ -45,7 +45,7 @@ DEPENDPATH += $$PWD/../librssguard
|
||||
|
||||
win32: LIBS += -L$$OUT_PWD/../librssguard/ -llibrssguard
|
||||
unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
|
||||
os2: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
|
||||
os2: LIBS += -L$$OUT_PWD/../librssguard/ -rssguard
|
||||
|
||||
win32 {
|
||||
# Prepare files for NSIS.
|
||||
|
Loading…
Reference in New Issue
Block a user