You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it need Qt 4 or it can work with Qt 5? I got Qt installer (.run file) and even the archive doesn't show 4.0 versions. The oldest version it lists is 5.9.0
The text was updated successfully, but these errors were encountered:
Hi @vmiheer, it is possible that Unison works with newer versions of Qt, but we have not tried it yet.
Anyway, Qt is an optional dependency, you can disable it by building as follows:
make build UNISON_SOLVER_CONFIG=""
The default value for UNISON_SOLVER_CONFIG is GRAPHICS which builds the solver and presolver with visualizations using Qt.
With UNISON_SOLVER_CONFIG="", the build system still uses qmake, but hopefully you can use later versions of it.
Does it need Qt 4 or it can work with Qt 5? I got Qt installer (.run file) and even the archive doesn't show 4.0 versions. The oldest version it lists is 5.9.0
The text was updated successfully, but these errors were encountered: