aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/DbSqliteCipher/DbSqliteCipher.pro
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:31:18 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:31:18 -0400
commit4de57f628bc74f00ba1885e91c84ea07c5405d8f (patch)
tree5d91900751e826d491ff1b2ebc571a787e84f864 /Plugins/DbSqliteCipher/DbSqliteCipher.pro
parent74d881cefa9097e58e129e37b9c44d680d8c7dfe (diff)
parent3565aad630864ecdbe53fdaa501ea708555b3c7c (diff)
Update upstream source from tag 'upstream/3.4.4+dfsg'
Update to upstream version '3.4.4+dfsg' with Debian dir 482614bd23f0ef52dabc9803477204ad88e917ed
Diffstat (limited to 'Plugins/DbSqliteCipher/DbSqliteCipher.pro')
-rw-r--r--Plugins/DbSqliteCipher/DbSqliteCipher.pro29
1 files changed, 16 insertions, 13 deletions
diff --git a/Plugins/DbSqliteCipher/DbSqliteCipher.pro b/Plugins/DbSqliteCipher/DbSqliteCipher.pro
index 1c9b041..33cd7c6 100644
--- a/Plugins/DbSqliteCipher/DbSqliteCipher.pro
+++ b/Plugins/DbSqliteCipher/DbSqliteCipher.pro
@@ -26,8 +26,15 @@ HEADERS += dbsqlitecipher.h \
sqlcipher.h
mac: {
- INCLUDEPATH += /usr/local/opt/openssl/include
- LIBS += -L/usr/local/opt/openssl/lib
+ exists( /opt/local/include/openssl-3/openssl/crypto.h ) {
+ message( "Configuring OpenSSL from MacPorts" )
+ INCLUDEPATH += /opt/local/include/openssl-3
+ LIBS += -L/opt/local/lib/openssl-3
+ } else {
+ message( "Configuring OpenSSL from HomeBrew" )
+ INCLUDEPATH += /usr/local/opt/openssl/include
+ LIBS += -L/usr/local/opt/openssl/lib
+ }
}
!macx: {
LIBS += -L$${PWD}/../deps/lib/$${PLATFORM}/
@@ -81,15 +88,11 @@ QMAKE_CFLAGS_WARN_ON = -Wall -Wno-unused-parameter -Wno-sign-compare -Wno-unused
DISTFILES += \
openssl_lic.txt
-TRANSLATIONS += DbSqliteCipher_ro_RO.ts \
- DbSqliteCipher_de.ts \
- \
- DbSqliteCipher_it.ts\
- DbSqliteCipher_zh_CN.ts\
- DbSqliteCipher_sk.ts\
- DbSqliteCipher_ru.ts\
- DbSqliteCipher_pt_BR.ts\
- DbSqliteCipher_fr.ts\
- DbSqliteCipher_es.ts\
- DbSqliteCipher_pl.ts
+
+
+
+
+
+
+