We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fcafc commit 1575759Copy full SHA for 1575759
biblioteq.android.pro
@@ -34,6 +34,8 @@ LIBS +=
34
PROJECTNAME = BiblioteQ
35
TARGET = BiblioteQ
36
37
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/Android
38
+
39
DISTFILES += Android/AndroidManifest.xml \
40
Android/build.gradle \
41
Android/gradle.properties \
@@ -52,8 +54,4 @@ deployment.path = /assets
52
54
53
55
INSTALLS += deployment
56
-contains(ANDROID_TARGET_ARCH, armeabi-v7a) {
- ANDROID_PACKAGE_SOURCE_DIR = $$PWD/Android
57
-}
58
-
59
android: include(/home/saturn/Android/Sdk/android_openssl/openssl.pri)
0 commit comments