Added entry for building on FreeBSD.

This commit is contained in:
mbsmith
2017-03-06 08:27:10 -06:00
parent b2e80760a9
commit b7990dea0d

View File

@ -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