nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

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

Open Dauto98 opened 2 years ago

Dauto98 commented 2 years ago

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):