We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling with catkin build on Kubuntu 18.04+Melodic: Found unsuitable Qt version "5.9.5" from /usr/bin/qmake, this code requires Qt 4.x
Any plans to adapt to Qt 5?
The text was updated successfully, but these errors were encountered:
We are already supporting Qt 5. See the CMakeLists.txt.
CMakeLists.txt
I also just checked this and succeeded compiling the plugin with the following setup:
Please check your Qt installation and check that rviz_QT_VERSION inside of CMakeLists.txt is really equal to 5.9.5.
rviz_QT_VERSION
5.9.5
Sorry, something went wrong.
Well, for some reason I had some really old version of this package:<version>0.0.2</version> Cloning fresh resolved the problem.
<version>0.0.2</version>
No branches or pull requests
Compiling with catkin build on Kubuntu 18.04+Melodic:
Found unsuitable Qt version "5.9.5" from /usr/bin/qmake, this code requires Qt 4.x
Any plans to adapt to Qt 5?
The text was updated successfully, but these errors were encountered: