Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit d7272eb

Browse files
committed
added android specific feature
loads androidextras as optional dependency, in order for the android keystore plugin to work
1 parent 3b9afd2 commit d7272eb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
android:qtHaveModule(androidextras): QT *= androidextras

src/datasync/datasync.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,17 @@ DISTFILES += $$TRANSLATIONS
9292
include(rothreadedbackend/rothreadedbackend.pri)
9393
include(../messages/messages.pri)
9494

95+
MODULE_CONFIG += c++14
96+
android: MODULE_CONFIG += qtdatasync_androidkeystore
9597
MODULE_PLUGIN_TYPES = keystores
9698

9799
load(qt_module)
98100

101+
android: FEATURES += ../../mkspecs/features/qtdatasync_androidkeystore.prf
102+
features.files = $$FEATURES
103+
features.path = $$[QT_HOST_DATA]/mkspecs/features/
104+
INSTALLS += features
105+
99106
win32 {
100107
QMAKE_TARGET_PRODUCT = "QtDataSync"
101108
QMAKE_TARGET_COMPANY = "Skycoder42"

0 commit comments

Comments
 (0)