Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. File Not Found
Forum Updated to NodeBB v4.3 + New Features

File Not Found

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 306 Views
  • 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.
  • R Offline
    R Offline
    RoofRabbit
    wrote on last edited by
    #1

    #include <QQmlApplicationEngine>

    In trying to learn a little in KDevelop using a simple QT template, I get a "File Not Fouond" error with the above line. In searching /usr/include which returns 0 results. Where am I getting it wrong?

    jsulmJ 1 Reply Last reply
    0
    • R RoofRabbit

      #include <QQmlApplicationEngine>

      In trying to learn a little in KDevelop using a simple QT template, I get a "File Not Fouond" error with the above line. In searching /usr/include which returns 0 results. Where am I getting it wrong?

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

      @RoofRabbit Do you have

      QT += qml
      

      in your pro file?
      How did you install Qt?

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

      R 1 Reply Last reply
      0
      • jsulmJ jsulm

        @RoofRabbit Do you have

        QT += qml
        

        in your pro file?
        How did you install Qt?

        R Offline
        R Offline
        RoofRabbit
        wrote on last edited by
        #3

        @jsulm QML was not installed, I installed it in the Software Manager (LM21.2) but KDevelop still shows the <QQmlApplicationEngine> file is not found. There is a huge number of QML installs in the Software Manager but I didn't see any that mentioned header files for QML.

        1 Reply Last reply
        0

        • Login

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