mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Server: Port IP detection and filtering to QNetworkInterface
This commit is contained in:
@ -15,6 +15,7 @@ DEFINES += SERVER_RELEASE YACREADER_LIBRARY
|
||||
# do a basic dependency check
|
||||
include(headless_config.pri)
|
||||
include(../dependencies/pdf_backend.pri)
|
||||
include(../third_party/QrCode/QrCode.pri)
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
|
||||
|
||||
@ -32,11 +33,6 @@ macx {
|
||||
CONFIG += objective_c
|
||||
}
|
||||
|
||||
unix:haiku {
|
||||
DEFINES += _BSD_SOURCE
|
||||
LIBS += -lnetwork -lbsd
|
||||
}
|
||||
|
||||
#CONFIG += release
|
||||
CONFIG -= flat
|
||||
QT += core sql network
|
||||
|
Reference in New Issue
Block a user