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

linking against qt5 library #21

Open
mameyer opened this issue May 24, 2017 · 1 comment
Open

linking against qt5 library #21

mameyer opened this issue May 24, 2017 · 1 comment

Comments

@mameyer
Copy link

mameyer commented May 24, 2017

rock_widget_collection links against qt4 and qt5. See the output of ldd below

ldd librock_widget_collection.so | grep 'Qt'
libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4
libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4
libQtOpenGL.so.4 => /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4
libQtDesigner.so.4 => /usr/lib/x86_64-linux-gnu/libQtDesigner.so.4
libosgQt.so.100 => /usr/lib/x86_64-linux-gnu/libosgQt.so.100
libQt5Test.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Test.so.5
libQt5OpenGL.so.5 => /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5
libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
libQtScript.so.4 => /usr/lib/x86_64-linux-gnu/libQtScript.so.4
libQtXml.so.4 => /usr/lib/x86_64-linux-gnu/libQtXml.so.4
libQtSvg.so.4 => /usr/lib/x86_64-linux-gnu/libQtSvg.so.4

@doudou
Copy link
Member

doudou commented Jun 14, 2017

Just go the problem as well after I explicitely removed qwt from my system ... The CMake code was picking up the qt5 version and boom.

#22 should fix the problem. I haven't tested the case where QWT is present yet ...

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