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

Could NOT find QtQuick.Controls-QMLModule (missing: QtQuick.Controls-QMLModule_FOUND) #39

Closed
sildeag opened this issue Jul 6, 2020 · 3 comments

Comments

@sildeag
Copy link

sildeag commented Jul 6, 2020

I am using Ubuntu 20.04 and following the instructions given after installing all the dependencies and then:
git clone https://github.com/Maldela/fancontrol-gui.git
cd fancontrol-gui
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on
results is
Could NOT find QtQuick.Controls-QMLModule (missing: QtQuick.Controls-QMLModule_FOUND)
and
QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.
what am I missing?

@Qiangong2
Copy link

Well... It looks like you're probably missing QtQuick Controls

@sildeag
Copy link
Author

sildeag commented Jul 6, 2020

Yes it does, however it was installed just not detected. sudo apt-get install qml-module-qtquick-controls2. I also did sudo apt-get install qtquickcontrols2-5-dev. The issue mentions this is just used at runtime and Fancontrol-GUI does work, sort of.

@Maldela
Copy link
Owner

Maldela commented Aug 2, 2020

This is a bug in qmldump. Just ignore it.

@sildeag sildeag closed this as completed Aug 14, 2020
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