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

Cannot Install #261

Open
illBeRoy opened this issue Jan 16, 2021 · 0 comments
Open

Cannot Install #261

illBeRoy opened this issue Jan 16, 2021 · 0 comments

Comments

@illBeRoy
Copy link

illBeRoy commented Jan 16, 2021

Hey guys!

I was trying to install this plugin into my nodegui project, but seems like CMAKE is failing to compile the plugin:

CMake Warning at CMakeLists.txt:27 (find_package):
  By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5" with any of
  the following names:

    Qt5Config.cmake
    qt5-config.cmake

  Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  to a directory containing one of the above files.  If "Qt5" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring done
CMake Error at CMakeLists.txt:16 (add_library):
  Target "nodegui_plugin_animation" links to target "Qt5::Widgets" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?


CMake Error at CMakeLists.txt:16 (add_library):
  Target "nodegui_plugin_animation" links to target "Qt5::Gui" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
  • Platform: Macos Catalina
  • cmake version: 3.19.3

Do you have any idea regarding why this happens?
Thanks!

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