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

Compiling on Fedora successful, but missing runtime package error occurs #33

Closed
win8linux opened this issue Nov 3, 2019 · 2 comments
Closed

Comments

@win8linux
Copy link
Contributor

When attempting to compile fancontrol-gui on Fedora 31, CMake shows this error:

-- The following RUNTIME packages have not been found:

 * QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.

The command used to install the requirements:

sudo dnf install qt5-devel kf5-ki18n-devel kf5-kauth-devel kf5-kconfig-devel kf5-kpackage-devel kf5-kcoreaddons-devel kf5-kdbusaddons-devel extra-cmake-modules kf5-knotifications-devel qt5-qtquickcontrols2-devel kf5-kconfigwidgets-devel kf5-kcmutils-devel kf5-plasma-devel cmake gettext qt5-qtbase-devel gcc-c++ kf5-kdeclarative-devel qt5-qtquickcontrols qt5-qtquickcontrols2

In any case, the application seems to run just fine anyways and I've created PR #32 for adding the necessary command to install the requirements on Fedora.

@Maldela
Copy link
Owner

Maldela commented Nov 3, 2019

This seems to be a bug in qmlplugindump. I have the same problem on Arch.
Thanks for the PR.

@Maldela Maldela closed this as completed Nov 3, 2019
@FoxxMD
Copy link

FoxxMD commented Sep 8, 2022

@Maldela can you provide the requirements install command for arch? yay/pacman?

EDIT: I got it to compile, I believe this is everything:

yay -S git gcc cmake ki18n kcmutils plasma-framework kdeclarative kcoreaddons kdbusaddons qt5-base qt5-quickcontrols2 kauth kconfig kconfigwidgets

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

3 participants