Skip to content
GitLab
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
b6c6eb44
Commit
b6c6eb44
authored
Jan 31, 2019
by
Jan Möbius
Browse files
Give Python path to fixbundle for mac
parent
89fa3b86
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/fixbundle.cmake.in
View file @
b6c6eb44
...
...
@@ -52,7 +52,7 @@ 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@")
fixup_bundle (@CMAKE_BINARY_DIR@/Build/@OPENFLIPPER_PRODUCT_STRING@.app "${_plugins};${_qtplugins}" "/usr/lib;${_qtdirs};@QWT6_LIBRARY_DIR@
;@Python3_LIBRARY_DIRS@
")
# 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
.
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