Qt 6.11 is out! See what's new in the release
blog
Qt android remoteobjects, (can't find module in Qt:remoteobjects)
-
I am trying to use remoteobjects, but just adding
QT += remoteobjectsin my .pro file, i get an error saying :
:-1: error: Unknown module(s) in QT: remoteobjects
Why ?@Mena said in Qt android remoteobjects, (can't find module in Qt:remoteobjects):
QT += remoteobjects
It is technology preview and is not installed as default. You need to install it first (you can do it using Qt Maintenance Tool if you used Qt Online Installer to install Qt).