Hi, I'm trying to get into app development for the remarkable and have installed qt and the required prerequisites on ubuntu. I have basic qt quick apps working, and am now trying to get the appload extension so that I can start developing apps for the remarkable. I was following what the readme said (get the repo, run qmake . in the root folder) but for some reason I can't use qmake6 . to make the project. I get this error:
Project ERROR: Unknown module(s) in QT: core gui qml quickcontrols2
I don't understand how it doesn't know these modules as they work fine when I'm using them in my own projects?
My qmake6 version:
QMake version 3.1
Using Qt version 6.4.2 in /usr/lib/x86_64-linux-gnu