Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
6cd7f39f
Commit
6cd7f39f
authored
Feb 05, 2019
by
Jan Möbius
Browse files
Try to ignore integrated Python App
parent
48e8e58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/fixbundle.cmake.in
View file @
6cd7f39f
...
...
@@ -52,7 +52,8 @@ endforeach ()
SET( BU_CHMOD_BUNDLE_ITEMS TRUE)
# 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" )
# create qt plugin configuration file
file(WRITE "@CMAKE_BINARY_DIR@/Build/@OPENFLIPPER_PRODUCT_STRING@.app/Contents/Resources/qt.conf" "[Paths]\nPlugins = Resources/QtPlugins")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment