Qt android remoteobjects, (can't find module in Qt:remoteobjects)
Solved
Mobile and Embedded
-
I am trying to use remoteobjects, but just adding
QT += remoteobjects
in 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).