Skip to content

Commit 1575759

Browse files
committed
Android.
1 parent 47fcafc commit 1575759

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

biblioteq.android.pro

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ LIBS +=
3434
PROJECTNAME = BiblioteQ
3535
TARGET = BiblioteQ
3636

37+
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/Android
38+
3739
DISTFILES += Android/AndroidManifest.xml \
3840
Android/build.gradle \
3941
Android/gradle.properties \
@@ -52,8 +54,4 @@ deployment.path = /assets
5254

5355
INSTALLS += deployment
5456

55-
contains(ANDROID_TARGET_ARCH, armeabi-v7a) {
56-
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/Android
57-
}
58-
5957
android: include(/home/saturn/Android/Sdk/android_openssl/openssl.pri)

0 commit comments

Comments
 (0)