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. cannot found QQmlDebugClient Class for build vstools

cannot found QQmlDebugClient Class for build vstools

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 367 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.
  • C Offline
    C Offline
    crow
    wrote on last edited by
    #1

    I learn make Qt plugin for VisualStudio, and I download vstool-dev form GitHub https://github.com/qt-labs/vstools
    when I build the project, it tell me that I need below header files

    #include <QtQmlDebug/private/qqmldebugclient_p.h>
    #include <QtQmlDebug/private/qqmldebugconnection_p.h>
    #include <QtPacketProtocol/private/qpacket_p.h>
    

    I search official document and my static build Qt, cannot find such header files or classes

    class QQmlDebugClient
    class QQmlDebugConnection
    ......
    

    by the way, my environment VS2015 and Qt5.6.3

    jsulmJ 1 Reply Last reply
    0
    • C crow

      I learn make Qt plugin for VisualStudio, and I download vstool-dev form GitHub https://github.com/qt-labs/vstools
      when I build the project, it tell me that I need below header files

      #include <QtQmlDebug/private/qqmldebugclient_p.h>
      #include <QtQmlDebug/private/qqmldebugconnection_p.h>
      #include <QtPacketProtocol/private/qpacket_p.h>
      

      I search official document and my static build Qt, cannot find such header files or classes

      class QQmlDebugClient
      class QQmlDebugConnection
      ......
      

      by the way, my environment VS2015 and Qt5.6.3

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

      @crow Did you try with a more recent Qt version?
      Also, you can ask the project directly.

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

      1 Reply Last reply
      1
      • C Offline
        C Offline
        crow
        wrote on last edited by
        #3

        @jsulm thanks for your help very much
        I find those header files and classes in Qt5.12.3.
        the project vstool-dev also need too much other environment components and setting which were not notified in README file.

        it`s hard to build it but I got it finally

        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