summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-06 05:54:48 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-06 05:54:48 +0200
commit78c848b22f7031167fa3f5eb8117996b03fcf09d (patch)
tree341a9e520910abe3dfafd05104cc910ef3a027b0
parent37f17f3808c1c97bd72c165a530c67a4bfb82edb (diff)
qmake-qt5
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 761fc15d..3888978c 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,10 @@ On most systems all you need is:
On MacOsX:
`qmake && make && macdeployqt QtPass.app -dmg`
+* Currently seems to only work with MacGPG2
-Currently seems to only work with MacGPG2
+On some systems there are issues with qt4 and qt5 being installed at the same time.
+An easy fix is regenerating the Makefile with: `make clean && rm Makefile && qmake -qt5` or if qmake is ambiguous: `qmake-qt5`
Further reading
---------------