nobleo / rviz_satellite

Display internet satellite imagery in RViz
Apache License 2.0
530 stars 226 forks source link

Support for Qt 5 [FeatureRequest] #57

Closed yossioo closed 5 years ago

yossioo commented 5 years ago

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?

schra commented 5 years ago

We are already supporting Qt 5. See the 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.

yossioo commented 5 years ago

Well, for some reason I had some really old version of this package:<version>0.0.2</version> Cloning fresh resolved the problem.