mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 03:20:53 +01:00
Update qelectrotech.pro
Try to detect OSX arch
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user