Add patches for support Haiku (https://www.haiku-os.org)

This commit is contained in:
diger 2014-07-12 16:34:26 +06:00
commit c22190fbf7
4 changed files with 24 additions and 7 deletions

View file

@ -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 {