|
@@ -14,21 +14,16 @@ QML_IMPORT_PATH =
|
|
|
# Default rules for deployment.
|
|
# Default rules for deployment.
|
|
|
include(deployment.pri)
|
|
include(deployment.pri)
|
|
|
|
|
|
|
|
-#win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../Downloads/openssl-OpenSSL_1_0_1t/release/ -lcrypto
|
|
|
|
|
-#else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../Downloads/openssl-OpenSSL_1_0_1t/debug/ -lcrypto
|
|
|
|
|
-#else:unix: LIBS += -L$$PWD/../Downloads/openssl-OpenSSL_1_0_1t/ -lcrypto
|
|
|
|
|
-
|
|
|
|
|
-#INCLUDEPATH += $$PWD/../Downloads/openssl-OpenSSL_1_0_1t
|
|
|
|
|
-#DEPENDPATH += $$PWD/../Downloads/openssl-OpenSSL_1_0_1t
|
|
|
|
|
-
|
|
|
|
|
-#win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../Downloads/openssl-OpenSSL_1_0_1t/release/ -lssl
|
|
|
|
|
-#else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../Downloads/openssl-OpenSSL_1_0_1t/debug/ -lssl
|
|
|
|
|
-#else:unix: LIBS += -L$$PWD/../Downloads/openssl-OpenSSL_1_0_1t/ -lssl
|
|
|
|
|
-
|
|
|
|
|
-#INCLUDEPATH += $$PWD/../Downloads/openssl-OpenSSL_1_0_1t
|
|
|
|
|
-#DEPENDPATH += $$PWD/../Downloads/openssl-OpenSSL_1_0_1t
|
|
|
|
|
-
|
|
|
|
|
ANDROID_EXTRA_LIBS += /home/david/Downloads/openssl-OpenSSL_1_0_1t/libcrypto.so
|
|
ANDROID_EXTRA_LIBS += /home/david/Downloads/openssl-OpenSSL_1_0_1t/libcrypto.so
|
|
|
ANDROID_EXTRA_LIBS += /home/david/Downloads/openssl-OpenSSL_1_0_1t/libssl.so
|
|
ANDROID_EXTRA_LIBS += /home/david/Downloads/openssl-OpenSSL_1_0_1t/libssl.so
|
|
|
|
|
|
|
|
-DISTFILES +=
|
|
|
|
|
|
|
+DISTFILES += \
|
|
|
|
|
+ android/AndroidManifest.xml \
|
|
|
|
|
+ android/gradle/wrapper/gradle-wrapper.jar \
|
|
|
|
|
+ android/gradlew \
|
|
|
|
|
+ android/res/values/libs.xml \
|
|
|
|
|
+ android/build.gradle \
|
|
|
|
|
+ android/gradle/wrapper/gradle-wrapper.properties \
|
|
|
|
|
+ android/gradlew.bat
|
|
|
|
|
+
|
|
|
|
|
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
|