mirror of
https://github.com/jbagg/QtZeroConf.git
synced 2025-08-02 19:04:25 +02:00
add header and source files when building for ios
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user