mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Support Haiku OS specific libs and compile flags in the build system.
This commit is contained in:
@ -33,6 +33,11 @@ unix {
|
||||
CONFIG += c++11
|
||||
}
|
||||
|
||||
unix:haiku {
|
||||
DEFINES += _BSD_SOURCE
|
||||
LIBS += -lnetwork -lbsd
|
||||
}
|
||||
|
||||
#CONFIG += release
|
||||
CONFIG -= flat
|
||||
QT += core sql network
|
||||
|
Reference in New Issue
Block a user