diff --git a/App/CMakeLists.txt b/App/CMakeLists.txt
index 3a62224964ecc043de702852f17f51ad15b526eb..3dac630ba210a35ea2c0c52417898d47c74d0f45 100644
--- a/App/CMakeLists.txt
+++ b/App/CMakeLists.txt
@@ -130,7 +130,7 @@ if(BA_APPLE_BUNDLE)
     # Qt plugins directory in within the MacOS bundle
     set(MACPKG_QT_PLUGINS_DIR PlugIns)  # conform to settings in `qt.conf`
     # convert CMake list to space-separated lists
-    string(REPLACE ";" " " MACPKG_EXTRA_LIBS "${MACPKG_EXTRA_LIBS}")
+    string(REPLACE ";" " " MACPKG_EXTRA_LIBS "${BA_Dependencies}")
     string(REPLACE ";" " " MACPKG_QT_PLUGINS "${MACPKG_QT_PLUGINS}")
 
     configure_file("${CMAKE_SOURCE_DIR}/devtools/deploy/mac/adjust_mac_bundle.zsh.in"