unison-code / unison

Unison's source code
http://unison-code.github.io/
Other
104 stars 17 forks source link

Use qt4 when building when qt5 also exist on system #29

Closed jkimblad closed 6 years ago

jkimblad commented 6 years ago

When both qt4 and qt5 is installed on the system, building unison defaults to using qt5 due to "qmake". Using command "qmake-qt4" forces the build to use qt4 instead. The command "qmake-qt4" should exist on systems with only qt4 installed as well. This should solve Issue #28.

robcasloz commented 6 years ago

Thanks Jacob!