'QLibrary' file not found
-
The
QLibrary
error is from the Qt Creator's code model. It's not vital for building your project.The real issue is the
clipper.hpp
missing file. -
The
QLibrary
error is from the Qt Creator's code model. It's not vital for building your project.The real issue is the
clipper.hpp
missing file.@cristian-adam Thank you!