Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtQml/QQmlApplicationEngine: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

QtQml/QQmlApplicationEngine: No such file or directory

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 7.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mrtglr33
    wrote on last edited by
    #1

    Hello

    How can I correct "QtQml/QQmlApplicationEngine: No such file or directory" errors ?

    jsulmJ 1 Reply Last reply
    0
    • M mrtglr33

      Hello

      How can I correct "QtQml/QQmlApplicationEngine: No such file or directory" errors ?

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @mrtglr33 Do you have this in your pro file:

      QT += qml
      

      Also there is no need for QtQml prefix, do it like this:

      #include <QQmlApplicationEngine>
      

      like shown here https://doc-snapshots.qt.io/qt5-dev/qqmlapplicationengine.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrtglr33
        wrote on last edited by
        #3

        How to run on rapsberry pi 3 ?

        1 Reply Last reply
        0
        • Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @mrtglr33 you should deploy your application to Rpi, along with having Qt libraries already deployed on it. More about deploying QML applications here and an excellent step by step guide about specifics of Qt5/QML on Raspberry Pi that may be of your interest.

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved