mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Update qelectrotech.pro
Try to detect OSX arch
This commit is contained in:
parent
fbcab7c770
commit
75d2e7c148
@ -320,8 +320,14 @@ macx {
|
||||
# les chemins definis precedemment sont relatifs au dossier contenant le binaire executable
|
||||
DEFINES += QET_LANG_PATH_RELATIVE_TO_BINARY_PATH
|
||||
DEFINES += QET_COMMON_COLLECTION_PATH_RELATIVE_TO_BINARY_PATH
|
||||
|
||||
|
||||
contains(QMAKE_TARGET.arch, x86_64) {
|
||||
LIBS += /opt/digikam.org.x86_64/lib/libsqlite3.0.dylib
|
||||
}
|
||||
} else {
|
||||
LIBS += /opt/digikam.org.arm64/lib/libsqlite3.0.dylib
|
||||
}
|
||||
}
|
||||
|
||||
# Compilers-specific options
|
||||
unix {
|
||||
|
Loading…
x
Reference in New Issue
Block a user