mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:23:23 +00:00
Make a note about the plugin location issue on Mac
In order to be able to create deployable DMGs this is necessary Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9b5c7c2bbe
commit
d2af6054a3
1 changed files with 7 additions and 0 deletions
7
INSTALL
7
INSTALL
|
@ -93,6 +93,13 @@ $ qmake
|
|||
$ make
|
||||
$ make mac-create-dmg
|
||||
|
||||
NOTES: macdeployqt assumes that the plugins are located "next" to the
|
||||
frameworks. The frameworks are linked from /usr/local/lib - but the
|
||||
plugins are not in /usr/local/plugins.
|
||||
The easiest workaround is to create a symbolic link from
|
||||
/usr/local/plugins to /usr/local/Cellar/qt/4.8.5/plugins (or whatever
|
||||
version of Qt you have built earlier).
|
||||
|
||||
Cross-building Subsurface on Linux for Windows
|
||||
----------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue