forked from jbagg/QtZeroConf
Added entry for building on FreeBSD.
This commit is contained in:
@ -15,6 +15,13 @@ linux:!android {
|
||||
QMAKE_CXXFLAGS+= -I$$PWD
|
||||
}
|
||||
|
||||
freebsd {
|
||||
HEADERS+= $$PWD/qzeroconf.h $$PWD/avahi-qt/qt-watch.h $$PWD/avahi-qt/qt-watch_p.h
|
||||
SOURCES+= $$PWD/avahiclient.cpp $$PWD/avahi-qt/qt-watch.cpp
|
||||
LIBS+= -lavahi-client -lavahi-common
|
||||
QMAKE_CXXFLAGS+= -I$$PWD
|
||||
}
|
||||
|
||||
win32 {
|
||||
DEFINES+= WIN32
|
||||
DEFINES+= NDEBUG
|
||||
|
Reference in New Issue
Block a user