mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
Fix qt.conf file creation for "make package"
This commit is contained in:
parent
99f3519da5
commit
41c7ce8022
3 changed files with 9 additions and 3 deletions
|
|
@ -183,8 +183,10 @@ add_custom_command(
|
|||
)
|
||||
|
||||
if(APPLE)
|
||||
# this needs to be relative
|
||||
set(plugin_dest_dir ./cockatrice.app/Contents/Plugins)
|
||||
set(qtconf_dest_dir ./cockatrice.app/Contents/Resources)
|
||||
# instead, this needs an absolute path (for make package to work)
|
||||
set(qtconf_dest_dir ${CMAKE_INSTALL_PREFIX}/cockatrice.app/Contents/Resources)
|
||||
|
||||
# note: no codecs in qt5
|
||||
# note: phonon_backend => mediaservice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue