os2 compatibility

This commit is contained in:
Martin Rotter 2021-02-22 15:42:11 +01:00
parent f6dc53f059
commit fc3548832e
1 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,19 @@ win32 {
INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/include/librssguard)
}
# Install all files on OS/2.
os2 {
target.path = $$PREFIX
lib.files = $$OUT_PWD/../librssguard/librssguard.dll $$OUT_PWD/../librssguard/librssguard.lib
lib.path = $$PREFIX
lib.CONFIG = no_check_exist
INSTALLS += target lib
INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/include/librssguard)
}
# Install all files on Linux.
unix:!mac:!android {
target.path = $$PREFIX/bin