mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Support Haiku OS specific libs and compile flags in the build system.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user