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

Open
opened 2022-07-20 23:10:35 +02:00 by andybrady52 · 3 comments
andybrady52 commented 2022-07-20 23:10:35 +02:00 (Migrated from github.com)

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

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 2022-07-20 23:30:55 +02:00 (Migrated from github.com)

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

sudo apt install qtquickcontrols2-5-dev

I got past this error. I had to install the following sudo apt install qtquickcontrols2-5-dev
tnguyen21 commented 2022-10-09 21:26:52 +02:00 (Migrated from github.com)

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

Ran into the same error and this worked for me. Thanks!
draeath commented 2022-10-18 19:42:45 +02:00 (Migrated from github.com)

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

`qt5-qtquickcontrols2-devel` on RHEL8 (presumably similar on fedora)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#741
No description provided.