aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle77
-rw-r--r--android/libs/armeabi-v7a/.gitignore3
-rw-r--r--android/project.properties2
3 files changed, 4 insertions, 78 deletions
diff --git a/android/build.gradle b/android/build.gradle
deleted file mode 100644
index 443a8002..00000000
--- a/android/build.gradle
+++ /dev/null
@@ -1,77 +0,0 @@
-buildscript {
- repositories {
- google()
- jcenter()
- }
-
- dependencies {
- classpath 'com.android.tools.build:gradle:3.6.0'
- }
-}
-
-repositories {
- google()
- jcenter()
-}
-
-apply plugin: 'com.android.application'
-
-dependencies {
- implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
-}
-
-android {
- /*******************************************************
- * The following variables:
- * - androidBuildToolsVersion,
- * - androidCompileSdkVersion
- * - qt5AndroidDir - holds the path to qt android files
- * needed to build any Qt application
- * on Android.
- *
- * are defined in gradle.properties file. This file is
- * updated by QtCreator and androiddeployqt tools.
- * Changing them manually might break the compilation!
- *******************************************************/
-
- compileSdkVersion androidCompileSdkVersion.toInteger()
-
- buildToolsVersion '28.0.3'
-
- sourceSets {
- main {
- manifest.srcFile 'AndroidManifest.xml'
- java.srcDirs = [qt5AndroidDir + '/src', 'src', 'java']
- aidl.srcDirs = [qt5AndroidDir + '/src', 'src', 'aidl']
- res.srcDirs = [qt5AndroidDir + '/res', 'res']
- resources.srcDirs = ['resources']
- renderscript.srcDirs = ['src']
- assets.srcDirs = ['assets']
- jniLibs.srcDirs = ['libs']
- }
- }
-
- tasks.withType(JavaCompile) {
- options.incremental = true
- }
-
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-
- lintOptions {
- abortOnError false
- }
-
- // Do not compress Qt binary resources file
- aaptOptions {
- noCompress 'rcc'
- }
-
- defaultConfig {
- resConfig "en"
- minSdkVersion = qtMinSdkVersion
- targetSdkVersion = qtTargetSdkVersion
- }
-}
diff --git a/android/libs/armeabi-v7a/.gitignore b/android/libs/armeabi-v7a/.gitignore
new file mode 100644
index 00000000..ee1cb905
--- /dev/null
+++ b/android/libs/armeabi-v7a/.gitignore
@@ -0,0 +1,3 @@
+libbass.so
+libbassmidi.so
+libbassopus.so \ No newline at end of file
diff --git a/android/project.properties b/android/project.properties
index a08f37ed..1fe2228b 100644
--- a/android/project.properties
+++ b/android/project.properties
@@ -1 +1 @@
-target=android-21 \ No newline at end of file
+target=android-24 \ No newline at end of file