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

Arch cmake Qt5Qml dependency #5518

Closed
Vedrillan opened this issue Jan 6, 2019 · 1 comment
Closed

Arch cmake Qt5Qml dependency #5518

Vedrillan opened this issue Jan 6, 2019 · 1 comment

Comments

@Vedrillan
Copy link

When running cmake on master (0887ef745cf2e513a98f812e960787cc06827e55) it fails with the following message

-- Could NOT find Qt5Qml (missing: Qt5Qml_DIR)
CMake Warning at 3rdparty/qt5.cmake:3 (find_package):
  Found package configuration file:

    /usr/lib64/cmake/Qt5/Qt5Config.cmake

  but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find Qt5 component "Qml" config file at
  "/usr/lib64/cmake/Qt5Qml/Qt5QmlConfig.cmake"



Call Stack (most recent call first):
  rpcs3/CMakeLists.txt:34 (include)


-- Configuring done
CMake Error at rpcs3/CMakeLists.txt:54 (add_executable):
  Target "rpcs3" links to target "Qt5::Qml" 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 rpcs3/CMakeLists.txt:54 (add_executable):
  Target "rpcs3" links to target "Qt5::Qml" 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 rpcs3/rpcs3qt/CMakeLists.txt:10 (add_library):
  Target "rpcs3_ui" links to target "Qt5::Qml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?

This component is provided by the package qt5-declarative in Arch, after installing this additional package the build end in success.

This dependency qt5-declarative should probably be added to the README dependency list for Arch.

AniLeo added a commit to AniLeo/rpcs3 that referenced this issue Jan 8, 2019
Add Qt5Qml dependency for Arch
Solves RPCS3#5518
@AniLeo AniLeo mentioned this issue Jan 8, 2019
AniLeo added a commit that referenced this issue Jan 9, 2019
Add Qt5Qml dependency for Arch
Solves #5518
@AniLeo AniLeo closed this as completed Jan 9, 2019
@AniLeo
Copy link
Member

AniLeo commented Jan 9, 2019

Addressed by #5525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants