dora-rs / dora-drives

A step-by-step tutorial that allows beginners to write their own autonomous vehicle program from scratch using a simple starter kit. Dora-drives makes learning autonomous vehicle systems faster and easier.
https://www.dora-rs.ai/docs/guides/dora-drives/
Apache License 2.0
48 stars 11 forks source link

By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project #45

Closed NavyHub closed 1 year ago

NavyHub commented 1 year ago

Describe the bug CMake Error at CMakeLists.txt:13 (find_package): By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Widgets", but CMake did not find one.

Could not find a package configuration file provided by "Qt5Widgets" with any of the following names:

Qt5WidgetsConfig.cmake
qt5widgets-config.cmake

Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set "Qt5Widgets_DIR" to a directory containing one of the above files. If "Qt5Widgets" provides a separate development package or SDK, be sure it has been installed.

To Reproduce Steps to reproduce the behavior:

  1. ./scripts/install.sh

Screenshots or Video image

Environments (please complete the following information):

meua commented 1 year ago

to fix>: sudo aptitude install qtbase5-dev

NavyHub commented 1 year ago

Thanks