I'm trying to port some old Qt5 code to raspberry pi
I followed https://linuxhint.com/install-qt-creator-raspberry-pi/
to start.
Then run my project
jam@ws101:~/hdgstutils/asbuilt $ sudo apt install libqt5core5a
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libqt5core5a is already the newest version (5.15.8+dfsg-11).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
jam@ws101:~/hdgstutils/asbuilt $ sudo apt install libqt5dbus5
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libqt5dbus5 is already the newest version (5.15.8+dfsg-11).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
jam@ws101:~/hdgstutils/asbuilt $ qmake
Project ERROR: Unknown module(s) in QT: core gui widgets dbus
Can anyone tell what I'm doing wrong
Thanks
James
I followed https://linuxhint.com/install-qt-creator-raspberry-pi/
to start.
Then run my project
jam@ws101:~/hdgstutils/asbuilt $ sudo apt install libqt5core5a
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libqt5core5a is already the newest version (5.15.8+dfsg-11).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
jam@ws101:~/hdgstutils/asbuilt $ sudo apt install libqt5dbus5
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libqt5dbus5 is already the newest version (5.15.8+dfsg-11).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
jam@ws101:~/hdgstutils/asbuilt $ qmake
Project ERROR: Unknown module(s) in QT: core gui widgets dbus
Can anyone tell what I'm doing wrong
Thanks
James
Statistics: Posted by jamat13 — Tue Apr 09, 2024 8:41 am