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

Remove dependency on Qt5OpenGL #160

Merged
merged 4 commits into from
Dec 24, 2016
Merged

Conversation

xzhayon
Copy link
Contributor

@xzhayon xzhayon commented Dec 24, 2016

The OpenGL-related code needed by qimage was moved to Qt5Gui, which allows to safely remove the dependency on Qt 5 builds.

Tests run on FreeBSD: there was no link to libQt5OpenGL.so, the includes belong to Qt5Gui, and the build succeeds without Qt5OpenGL installed and with USE_QT_OPENGL defined.

Alberto Villa added 4 commits December 23, 2016 03:13
Only Qt 4 code references those files (QMutex and QWaitCondition are
not OpenGL files, but still they're only useful in Qt 4 code).
The OpenGL-related code needed by qimage was moved to Qt5Gui, which
allows to safely remove the dependency on Qt 5 builds.

Build tested on FreeBSD.
@ddennedy ddennedy merged commit 1b306a3 into mltframework:master Dec 24, 2016
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