Project ERROR: Unknown module(s) in QT: quickcontrols2 #741
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there
I have tried to build the app but I am receiving an error
I have installed all the dependencies, however I received an error for qt5-default saying that no candidate existed, so I skipped that one.
I then ran qmake && make and I receive the following error:
cd app/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/kali/cool-retro-term/app/app.pro ) && make -f Makefile
Project ERROR: Unknown module(s) in QT: quickcontrols2
make: *** [Makefile:91: sub-app-make_first-ordered] Error 3
any ideas?
Many thanks
I got past this error. I had to install the following
sudo apt install qtquickcontrols2-5-dev
Ran into the same error and this worked for me. Thanks!
qt5-qtquickcontrols2-devel
on RHEL8 (presumably similar on fedora)