Skip to content

Commit

Permalink
Example - Add java source dir to test app example for Android NDS
Browse files Browse the repository at this point in the history
The java source actually needs to be in $$PWD/android/src/ even though
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
  • Loading branch information
jbagg committed May 22, 2023
1 parent 58d9ca7 commit 4fada0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/android/src/QZeroConfNsdManager.java
2 changes: 2 additions & 0 deletions example/test_app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ SOURCES= main.cpp window.cpp
DEFINES= QZEROCONF_STATIC

include(../qtzeroconf.pri)

android: ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android

0 comments on commit 4fada0f

Please sign in to comment.