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

libQt5Core.so.5: version `Qt_5.15' not found #373

Open
Dauto98 opened this issue Jul 8, 2022 · 0 comments
Open

libQt5Core.so.5: version `Qt_5.15' not found #373

Dauto98 opened this issue Jul 8, 2022 · 0 comments

Comments

@Dauto98
Copy link

Dauto98 commented Jul 8, 2022

Describe the bug
When I import anything from @nodegui/nodegui I will get the error

..../node_modules/@nodegui/react-nodegui/node_modules/@nodegui/nodegui/miniqt/5.14.1/gcc_64/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by ..../dist/nodegui_core-6aa316f10e57404b8ac503739691401a.node)

although I have install qt5 on the system. But I think that might be irrelevant since it looks like nodegui is shipped with its own version of qt

To Reproduce
Just create a simple app (Hello world may work) and import anything from @nodegui/nodegui. For example

import { WidgetEventTypes } from "@nodegui/nodegui";

Note that I init the project from scratch, not by cloning the react-nodegui-starter repo, so I may miss some important steps I don't know.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • NodeGUI version : not directly installed, it is a dependency of React NodeGUI
  • React NodeGUI version: 0.13.0
  • React: 17.0.2
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

1 participant