Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions regarding setup #33

Closed
vmiheer opened this issue May 1, 2019 · 2 comments
Closed

Questions regarding setup #33

vmiheer opened this issue May 1, 2019 · 2 comments

Comments

@vmiheer
Copy link
Contributor

vmiheer commented May 1, 2019

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

@robcasloz
Copy link
Contributor

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.

Best Regards,

Roberto

@robcasloz
Copy link
Contributor

Hi again @vmiheer, just for the record: Unison supports Qt 5 now. Better late than never ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants