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