fix example qmake build not finding QtZeroConf headers

Noticed on Qt 6.5.1 Android build
This commit is contained in:
Jonathan Bagg
2024-04-04 21:45:48 -04:00
parent 83df89fabe
commit 475aedb0bd

View File

@ -5,5 +5,6 @@ SOURCES= main.cpp window.cpp
DEFINES= QZEROCONF_STATIC
include(../qtzeroconf.pri)
INCLUDEPATH+=../
android: ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android