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

@ -33,6 +33,11 @@ unix {
CONFIG += c++11
}
unix:haiku {
DEFINES += _BSD_SOURCE
LIBS += -lnetwork -lbsd
}
#CONFIG += release
CONFIG -= flat
QT += core sql network