libQt6Charts.so: No such file or directory
Unsolved
Qt 6
-
Hello.
I was working on contributing to Qt. I created several projects and they worked well. At some point I decided to work with source code ofqsplineseries
(it was made on separate branch). Then I checked out to branch with my project and decided to run it again. Unfortunately, I have a build problem.:-1: error: error: /home/curiouspan/qt6-build/qtbase/lib/libQt6Charts.so: No such file or directory
What can be the problem? Thanks in advance.
-
Do you have QtCharts compiled? Maybe you forgot to run
make install
for them? -
@sierdzio, they were okay, but then I build them in QtCreator. What can I do to fix it?
-
Qt Creator does not run
make install
, you should probably do that manually. Hard to say exactly, looks like it's partially installed (normally it would have failed much sooner - when runningqmake
orcmake
).