diff options
Diffstat (limited to 'share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri')
-rw-r--r-- | share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri b/share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri index 9db20ff863..dfb18fb864 100644 --- a/share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri +++ b/share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri @@ -1,3 +1,3 @@ INCLUDEPATH += $$PWD DEPENDPATH += $$PWD -HEADERS += $$PWD/observerprotocol.h +HEADERS += $$PWD/inspectorprotocol.h |