mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Add patches for support Haiku (https://www.haiku-os.org)
This commit is contained in:
parent
7419e930ab
commit
c22190fbf7
4 changed files with 24 additions and 7 deletions
|
@ -15,7 +15,9 @@ exists($$OUT_PWD/../conf.pri) {
|
|||
}
|
||||
|
||||
QMAKE_CXXFLAGS += -Wformat -Wformat-security
|
||||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
!haiku {
|
||||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
}
|
||||
|
||||
# Man page
|
||||
nox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue