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

Fix build for systems that have an unsupported version of QT5 installed #32

Merged
merged 1 commit into from
Jul 30, 2014

Conversation

bmatherly
Copy link
Member

This is a proposed solution for this issue:
https://plus.google.com/u/0/102032883547463415401/posts/dFiKM9Nc6Px?cfem=1

The user has Qt 5.3.0 installed. The script detects the installed version and does not use the version installed in his home directory.

I feel that this is a valid solution because we maintain Shotcut in a way that it requires a very specific version of Qt. Alternately, we could check if the supported version of QT is installed in the system path and only use the installed QT if it is the supported QT version.

The reason I haven't seen this problem in Ubuntu is because Ubuntu installs QT 5.2.1with qmake named "qmake" not "qmake-qt5". So the script does not detect the installed version of QT in my ubuntu installation.

ddennedy added a commit that referenced this pull request Jul 30, 2014
Fix build for systems that have an unsupported version of Qt 5 installed.
@ddennedy ddennedy merged commit cf6956b into mltframework:master Jul 30, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants