From 60f6ce2613a70645b3c71ee968886d764d4d1d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Tue, 2 Jun 2020 21:16:45 +0800 Subject: Reorder lines --- kelakon.pro | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kelakon.pro') diff --git a/kelakon.pro b/kelakon.pro index b5a7a8d..beceb6b 100644 --- a/kelakon.pro +++ b/kelakon.pro @@ -19,6 +19,17 @@ LIBS += \ LIBS += -lqrtclient } +android { + INCLUDEPATH += /opt/android-ndk-r19c/sources/cxx-stl/llvm-libc++/include + LIBS += \ + -L/opt/Qt5.14.2/5.14.2/android/lib \ + -lc++ + QT += svg + certs.path = /assets/certs + certs.files = /etc/ssl/certs/ca-certificates.crt + INSTALLS += certs +} + contains(ANDROID_TARGET_ARCH,arm64-v8a) { LIBS += \ -L/opt/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/21 \ @@ -67,15 +78,4 @@ contains(ANDROID_TARGET_ARCH,x86_64) { /opt/Qt5.14.2/5.14.2/android/lib/libqrtclient_x86_64.so } -android { - INCLUDEPATH += /opt/android-ndk-r19c/sources/cxx-stl/llvm-libc++/include - LIBS += \ - -L/opt/Qt5.14.2/5.14.2/android/lib \ - -lc++ - QT += svg - certs.path = /assets/certs - certs.files = /etc/ssl/certs/ca-certificates.crt - INSTALLS += certs -} - debug: DEFINES += DEBUG -- cgit v1.2.3