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

Installation problem #221

Open
dianaa20-t opened this issue Apr 21, 2021 · 3 comments
Open

Installation problem #221

dianaa20-t opened this issue Apr 21, 2021 · 3 comments

Comments

@dianaa20-t
Copy link

CMake

How could i find the messing modules?
Regards,

@rkollataj
Copy link
Member

Looks like a problem with Qt libraries that comes with Ubuntu installation. Try to install full Qt framework on your own using: https://download.qt.io/archive/qt/. Then point CMake to installation path using CMAKE_PREFIX_PATH e.g.

cmake .. -DCMAKE_PREFIX_PATH=/home/genivi/Qt5.8.0/5.8/gcc_64

@dianaa20-t
Copy link
Author

It doesn't work.

@sisco0
Copy link

sisco0 commented Oct 1, 2021

You should install the libqt5serialbus5-dev package for fixing that dependency. Just use the next command:

sudo apt install libqt5serialbus5-dev -y

How do I know


If you are in doubt of some other file then you should install apt-file by invoking the next command:

sudo apt install apt-file -y

After installing apt-file you must update its database, so just type:

sudo apt-file update

Then, you could search for files in packages by executing a search:

sudo apt-file search Qt5SerialBusConfig

You should obtain some result like mine:
image

That means that the *.cmake file that your build system is looking for is included in that package, so, to fix it you just install the libqt5serialbus5-dev package.

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