Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.22k stars 846 forks source link

Project ERROR: Unknown module(s) in QT: quickcontrols2 #741

Open andybrady52 opened 2 years ago

andybrady52 commented 2 years ago

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

andybrady52 commented 2 years ago

I got past this error. I had to install the following

sudo apt install qtquickcontrols2-5-dev

tnguyen21 commented 1 year ago

Ran into the same error and this worked for me. Thanks!

draeath commented 1 year ago

qt5-qtquickcontrols2-devel on RHEL8 (presumably similar on fedora)