mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Ensure installer works on Mac case sensitive HFS file systems
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5720 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
d944726723
commit
46b2deb3c1
@ -1167,7 +1167,7 @@ if (NOT is_debug_build)
|
|||||||
# add plugins path for Mac Bundle
|
# add plugins path for Mac Bundle
|
||||||
install (CODE "
|
install (CODE "
|
||||||
file (APPEND \"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${WSJT_QT_CONF_DESTINATION}/qt.conf\"
|
file (APPEND \"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${WSJT_QT_CONF_DESTINATION}/qt.conf\"
|
||||||
\"Plugins = Plugins
|
\"Plugins = PlugIns
|
||||||
\")
|
\")
|
||||||
"
|
"
|
||||||
#COMPONENT runtime
|
#COMPONENT runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user