Skip to content
Snippets Groups Projects
Commit 4d376318 authored by AlQuemist's avatar AlQuemist Committed by Wuttke, Joachim
Browse files

App/CMakeLists.txt: rm previous mechanism external libraries

parent 57bfb99d
No related branches found
No related tags found
No related merge requests found
...@@ -118,12 +118,6 @@ if(BA_APPLE_BUNDLE) ...@@ -118,12 +118,6 @@ if(BA_APPLE_BUNDLE)
# adjust MacOS bundle # adjust MacOS bundle
set(MACPKG_ROOT_DIR "${CMAKE_INSTALL_PREFIX}/${destination_prefix}") set(MACPKG_ROOT_DIR "${CMAKE_INSTALL_PREFIX}/${destination_prefix}")
set(MACPKG_MAIN_EXE "${executable_name}") set(MACPKG_MAIN_EXE "${executable_name}")
# NOTE: Only cerf and formfactor libraries should be passed;
# other libraries will be found automatically.
set(MACPKG_EXTRA_LIBS
${Cerf_LIBRARIES}
${FormFactor_LIBRARIES}
)
# list of required Qt plugins (paths relative to Qt root dir) # list of required Qt plugins (paths relative to Qt root dir)
set(MACPKG_QT_PLUGINS_RELDIR "${QT6_INSTALL_PLUGINS}") set(MACPKG_QT_PLUGINS_RELDIR "${QT6_INSTALL_PLUGINS}")
set(MACPKG_QT_PLUGINS set(MACPKG_QT_PLUGINS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment