This repository was archived by the owner on Mar 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ DISTFILES += \
17
17
$$PWD /android/src/de/skycoder42/androidutils/AndroidUtils.java
18
18
19
19
android {
20
- isEmpty (QPM_ROOT ):QPM_ROOT = $$_PRO_FILE_PWD_ /vendor
20
+ isEmpty (QPM_ROOT ): QPM_ROOT = $$_PRO_FILE_PWD_ /vendor
21
+ isEmpty (BUILD_ROOT ): BUILD_ROOT = $$OUT_PWD
21
22
22
- copygradle.commands = mkdir -p $$OUT_PWD /android-build && $(COPY) $$PWD /android/androidutils.gradle $$OUT_PWD /android-build
23
- setupnative.commands = echo 'addAndroidUtilsPath \ \(\\\"$$QPM_ROOT/android/native/pri/java/src/\\\"\\)' >> $$OUT_PWD /android-build/androidutils.gradle
24
- setupgradle.commands = echo 'addAndroidUtilsPath \ \(\\\"$$PWD/android/src\\\"\\)' >> $$OUT_PWD /android-build/androidutils.gradle
23
+ copygradle.commands = mkdir -p $$BUILD_ROOT /android-build && $(COPY) $$PWD /android/androidutils.gradle $$BUILD_ROOT /android-build
24
+ setupnative.commands = echo 'addAndroidUtilsPath \ \(\\\"$$QPM_ROOT/android/native/pri/java/src/\\\"\\)' >> $$BUILD_ROOT /android-build/androidutils.gradle
25
+ setupgradle.commands = echo 'addAndroidUtilsPath \ \(\\\"$$PWD/android/src\\\"\\)' >> $$BUILD_ROOT /android-build/androidutils.gradle
25
26
26
27
setupnative.depends = copygradle
27
28
setupgradle.depends = setupnative
You can’t perform that action at this time.
0 commit comments