Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Unknown module(s) in QT: qml_debug
Forum Updated to NodeBB v4.3 + New Features

Unknown module(s) in QT: qml_debug

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 856 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.
  • DiracsbracketD Offline
    DiracsbracketD Offline
    Diracsbracket
    wrote on last edited by
    #1

    Hi
    I am trying to enable QML debugging as described in:
    http://doc.qt.io/qt-5/qtquick-debugging.html

    However, the line

    QT += qml_debug
    

    in my .pro file generates the above qmake error.

    I have enabled the QML debugging in the build steps of my kit, and am using the Debug build. What is happening?

    sierdzioS 1 Reply Last reply
    0
    • DiracsbracketD Diracsbracket

      Hi
      I am trying to enable QML debugging as described in:
      http://doc.qt.io/qt-5/qtquick-debugging.html

      However, the line

      QT += qml_debug
      

      in my .pro file generates the above qmake error.

      I have enabled the QML debugging in the build steps of my kit, and am using the Debug build. What is happening?

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @Diracsbracket said in Unknown module(s) in QT: qml_debug:

      QT += qml_debug
      

      Wrong variable. SHould be CONFIG+=qml_debug

      If you enable debugging in Qt Creator then there is no need to add anything in your .pro file. It will be added automatically during build.

      (Z(:^

      DiracsbracketD 1 Reply Last reply
      3
      • sierdzioS sierdzio

        @Diracsbracket said in Unknown module(s) in QT: qml_debug:

        QT += qml_debug
        

        Wrong variable. SHould be CONFIG+=qml_debug

        If you enable debugging in Qt Creator then there is no need to add anything in your .pro file. It will be added automatically during build.

        DiracsbracketD Offline
        DiracsbracketD Offline
        Diracsbracket
        wrote on last edited by Diracsbracket
        #3

        @sierdzio
        My goodness... am I really that blind.... It is written exactly as you wrote in the doc, and I even posted the link to that doc...

        Thanks for even taking the time to react and as such confront me with my infinite stupidity...
        I should really delete this post and hide in shame...

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Haha, hey, don't worry we all make mistakes like that :-)

          (Z(:^

          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