add header and source files when building for ios

This commit is contained in:
Cameron Klein
2017-02-23 10:59:59 -08:00
parent efd3f49bd0
commit 4e77a2790f

View File

@ -44,6 +44,12 @@ macx {
QMAKE_CXXFLAGS+= -I$$PWD
}
ios {
HEADERS+= $$PWD/qzeroconf.h $$PWD/bonjour_p.h
SOURCES+= $$PWD/bonjour.cpp
QMAKE_CXXFLAGS+= -I$$PWD
}
android {
QMAKE_CXXFLAGS+= -I$$PWD
QMAKE_CFLAGS+= -I$$PWD