diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-27 16:26:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-27 16:37:06 -0800 |
commit | d2af6054a3bf6f9f4d5cf99491cf904831b55e38 (patch) | |
tree | 482e7ac68c5da5a57f7423e66be3a29d31135670 /INSTALL | |
parent | 9b5c7c2bbeaf5b4b17258f2549b08e34bcb42045 (diff) | |
download | subsurface-d2af6054a3bf6f9f4d5cf99491cf904831b55e38.tar.gz |
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ---------------------------------------------- |