Support Haiku OS specific libs and compile flags in the build system.

This commit is contained in:
Felix Kauselmann
2017-11-03 08:15:46 +01:00
parent 8c4f167fb0
commit 2c914d6579
4 changed files with 37 additions and 24 deletions

View File

@ -17,6 +17,11 @@ unix:!macx{
QMAKE_CXXFLAGS += -std=c++11
}
unix:haiku {
DEFINES += _BSD_SOURCE
LIBS += -lnetwork -lbsd
}
CONFIG(force_angle) {
contains(QMAKE_TARGET.arch, x86_64) {
Release:DESTDIR = ../release64_angle