Skip to content
Snippets Groups Projects
Commit 0e6f8342 authored by Jan Möbius's avatar Jan Möbius
Browse files

Try to ignore integrated Python App

parent 6cd7f39f
No related branches found
No related tags found
1 merge request!127Python support
...@@ -53,7 +53,7 @@ SET( BU_CHMOD_BUNDLE_ITEMS TRUE) ...@@ -53,7 +53,7 @@ SET( BU_CHMOD_BUNDLE_ITEMS TRUE)
# fix all dependencies # fix all dependencies
fixup_bundle (@CMAKE_BINARY_DIR@/Build/@OPENFLIPPER_PRODUCT_STRING@.app "${_plugins};${_qtplugins}" "/usr/lib;${_qtdirs};@QWT6_LIBRARY_DIR@;@Python3_LIBRARY_DIRS@" fixup_bundle (@CMAKE_BINARY_DIR@/Build/@OPENFLIPPER_PRODUCT_STRING@.app "${_plugins};${_qtplugins}" "/usr/lib;${_qtdirs};@QWT6_LIBRARY_DIR@;@Python3_LIBRARY_DIRS@"
IGNORE_ITEM "Python.framework/Versions/3.5/Resources/Python.app/Contents/MacOS/Python" ) IGNORE_ITEM "Python" )
# create qt plugin configuration file # create qt plugin configuration file
file(WRITE "@CMAKE_BINARY_DIR@/Build/@OPENFLIPPER_PRODUCT_STRING@.app/Contents/Resources/qt.conf" "[Paths]\nPlugins = Resources/QtPlugins") file(WRITE "@CMAKE_BINARY_DIR@/Build/@OPENFLIPPER_PRODUCT_STRING@.app/Contents/Resources/qt.conf" "[Paths]\nPlugins = Resources/QtPlugins")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment