mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 00:50:26 +01:00
Fix path of include headers for mac os.
This commit is contained in:
parent
4ac05993da
commit
572d98bc5a
@ -234,7 +234,7 @@ mac {
|
||||
|
||||
INSTALLS += target lib icns_icon info_plist info_plist2 pkginfo
|
||||
|
||||
INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/Contents/Resources/Include/libtextosaurus/)
|
||||
INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/Contents/Resources/Include/librssguard)
|
||||
}
|
||||
|
||||
message($$MSG_PREFIX: Prefix for headers is \"$$INSTALL_HEADERS_PREFIX\".)
|
||||
|
Loading…
Reference in New Issue
Block a user