introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.75k stars 785 forks source link

Unsuitable Qt version #92

Closed kaifeichen closed 7 years ago

kaifeichen commented 8 years ago

CMAKE complains while I run cmake on Ubuntu 16.04:

Found unsuitable Qt version "5.5.1" from /usr/bin/qmake

I installed Qt using "apt-get install qt5-default". OS is Ubuntu 16.04.

I also tried installing Qt using the official installer, but got the same problem. Any idea how to fix this? Thanks!

matlabbe commented 8 years ago

RTAB-Map should build on 16.04 with Qt5. You can see the build log on Xenial + qt5 here. On the top of the log, you can see which Qt5 libraries are installed. I don't see your error in the log.

cheers