mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-28 08:09:42 +01:00
os2 compatibility
This commit is contained in:
parent
fc3548832e
commit
14bd7ab75e
@ -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
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
unix|mac {
|
unix|mac|os2 {
|
||||||
TARGET = rssguard
|
TARGET = rssguard
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user