Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
74c58cc2
Commit
74c58cc2
authored
Oct 01, 2015
by
Fabio Bas
Browse files
fix qt libraries bundling on osx
fix #1547
parent
d09b75a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
cockatrice/CMakeLists.txt
View file @
74c58cc2
...
...
@@ -281,6 +281,7 @@ if(APPLE)
# these needs to be relative to CMAKE_INSTALL_PREFIX
set
(
plugin_dest_dir cockatrice.app/Contents/Plugins
)
set
(
qtconf_dest_dir cockatrice.app/Contents/Resources
)
get_filename_component
(
QT_LIBRARY_DIR
"
${
QT_LIBRARY_DIR
}
/.."
ABSOLUTE
)
# qt4: codecs, iconengines, imageformats
# qt5: audio, iconengines, imageformats, platforms, printsupport
...
...
oracle/CMakeLists.txt
View file @
74c58cc2
...
...
@@ -185,6 +185,7 @@ if(APPLE)
# these needs to be relative to CMAKE_INSTALL_PREFIX
set
(
plugin_dest_dir oracle.app/Contents/Plugins
)
set
(
qtconf_dest_dir oracle.app/Contents/Resources
)
get_filename_component
(
QT_LIBRARY_DIR
"
${
QT_LIBRARY_DIR
}
/.."
ABSOLUTE
)
# qt4: codecs, iconengines, imageformats
# qt5: iconengines, platforms
...
...
servatrice/CMakeLists.txt
View file @
74c58cc2
...
...
@@ -146,6 +146,7 @@ if(APPLE)
# these needs to be relative to CMAKE_INSTALL_PREFIX
set
(
plugin_dest_dir servatrice.app/Contents/Plugins
)
set
(
qtconf_dest_dir servatrice.app/Contents/Resources
)
get_filename_component
(
QT_LIBRARY_DIR
"
${
QT_LIBRARY_DIR
}
/.."
ABSOLUTE
)
# qt4: codecs, sqldrivers
# qt5: platforms, sqldrivers
...
...
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