You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: