Hi,
I want to execute a "Qt Quick Controls Application" from windows to Raspberry pi3. I use this link: https://visualgdb.com/tutorials/raspberry/qt/embedded/

I can run "Qt Widgets Application" on Raspberry from windows but I can not run "Qt Quick Controls Application" and I have this error:
Qt Code:
  1. QML debugging is enabled. Only use this in a safe environment.
  2. Unable to query physical screen size, defaulting to 100 dpi.
  3. To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
  4. QQmlApplicationEngine failed to load component
  5. qrc:/main.qml:2 module "QtQuick.Controls" plugin "qtquickcontrolsplugin" not found
To copy to clipboard, switch view to plain text mode