summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-30 03:01:20 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-30 03:01:20 +0200
commit5309aec0447d0d80ccd6686104932932b91901ac (patch)
tree5e222f6a6212ad6f4c5bcdd2660fa4dd6c495b84
parent789dc1666188596893cec847e3e5d864ea407ff1 (diff)
parent44a9a2a2f061660ac61cad4b47c7301c63135e88 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
-rw-r--r--src/android/android.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/android.pro b/src/android/android.pro
index 8c355d0..a21ac2d 100644
--- a/src/android/android.pro
+++ b/src/android/android.pro
@@ -35,6 +35,7 @@ PATHPREFIX = $$PWD/src/org/qtproject/qt5/android/purchasing/
}
!exists($$AIDL_CMD): error("The path $$AIDL_CMD does not exist. Please set the environment variable ANDROID_BUILD_TOOLS_REVISION to the revision of the build tools installed in your Android SDK.")
+ mkpath($$OUT_PWD/src/com/android/vending/billing/)
system($$AIDL_CMD -I$$PWD/src -p$$FRAMEWORK_AIDL_FILE $$PWD/src/com/android/vending/billing/IInAppBillingService.aidl $$OUT_PWD/src/com/android/vending/billing/IInAppBillingService.java)
}