Example - Add java source dir to test app example for Android NDS

The java source actually needs to be in $$PWD/android/src/ even though
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
This commit is contained in:
Jonathan Bagg
2023-05-22 15:41:12 -04:00
parent 58d9ca7e7b
commit 4fada0fb2a
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
../../../QZeroConfNsdManager.java

View File

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