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

Problem with Qt #73

Open
amirAlamian opened this issue Aug 17, 2021 · 2 comments
Open

Problem with Qt #73

amirAlamian opened this issue Aug 17, 2021 · 2 comments

Comments

@amirAlamian
Copy link

amirAlamian commented Aug 17, 2021

Hi I`m trying to build the software and I stock in this error

CMake Error at sim/CMakeLists.txt:45 (find_package):
  By not providing "FindQt5Gamepad.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Gamepad", but CMake did not find one.

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

    Qt5GamepadConfig.cmake
    qt5gamepad-config.cmake

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


-- Configuring incomplete, errors occurred!

I install qt via apt with this commands

sudo apt-get install build-essential

sudo apt-get install qtcreator

sudo apt-get install qt5-default

but it`s not working. can you please help me with this problem.

@DI-X
Copy link

DI-X commented Aug 19, 2021

I used the Qt online installer to install Qt 5.12 and it fixed this error.

@Babak-SSH
Copy link

Babak-SSH commented Jul 4, 2022

I solved it by installing libqt5gamepad5-dev with sudo apt install -y libqt5gamepad5-dev

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

3 participants