Server: Port IP detection and filtering to QNetworkInterface

This commit is contained in:
Felix Kauselmann
2023-04-07 15:01:10 +02:00
parent 1a6e36d7d2
commit 9f67bb5e53
4 changed files with 11 additions and 103 deletions

View File

@ -18,11 +18,6 @@ DEFINES += SERVER_RELEASE YACREADER_LIBRARY
include (../config.pri)
include (../dependencies/pdf_backend.pri)
unix:haiku {
DEFINES += _BSD_SOURCE
LIBS += -lnetwork -lbsd
}
INCLUDEPATH += ../common/gl
# there are two builds for Windows, Desktop OpenGL based and ANGLE OpenGL ES based