summaryrefslogtreecommitdiffstats
path: root/src/android/android.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/android.pro')
-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)
}