Qt Installation Ubuntu QtGUI and QtSQL not found
-
I'm trying to create a dev environment on my Ubuntu 22.04.3 LTS, WSL setup.
I've Installed QT (5.15.3) via the following 'apt-get' packages
(qt5base-dev, qtlocation5-dev, libqt5location5, qtpositioning5-dev, libqt5sql5-mysql, qtwebengine5-dev)I'm trying to build my project using meson, I still need two additional modules, 'SQL' and 'GUI'
The '-Dev' packages provided positioning, location and qtwebengine, but I can not find comparable packages for SQL or GUI.
Where can i find the right packages? -
I'm trying to create a dev environment on my Ubuntu 22.04.3 LTS, WSL setup.
I've Installed QT (5.15.3) via the following 'apt-get' packages
(qt5base-dev, qtlocation5-dev, libqt5location5, qtpositioning5-dev, libqt5sql5-mysql, qtwebengine5-dev)I'm trying to build my project using meson, I still need two additional modules, 'SQL' and 'GUI'
The '-Dev' packages provided positioning, location and qtwebengine, but I can not find comparable packages for SQL or GUI.
Where can i find the right packages?Embarrasingly i think i've resolved it, it was an odd case sensitivity issue.
took me a few hours of digging...
-