summaryrefslogtreecommitdiff
path: root/src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri')
-rw-r--r--src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri b/src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri
index f15d920bf9..ccc71ec9c8 100644
--- a/src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri
+++ b/src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri
@@ -7,27 +7,29 @@ contains(CONFIG, dll) {
INCLUDEPATH += $$PWD/..
HEADERS += \
+ $$PWD/qmlprofilereventlocation.h \
$$PWD/qdeclarativedebugclient.h \
- $$PWD/qdeclarativeenginedebug.h \
+ $$PWD/qmlenginedebugclient.h \
+ $$PWD/qdeclarativeengineclient.h \
$$PWD/qdeclarativeoutputparser.h \
$$PWD/qmljsdebugclient_global.h \
- $$PWD/qmlprofilereventlist.h \
$$PWD/qmlprofilereventtypes.h \
$$PWD/qmlprofilertraceclient.h \
$$PWD/qpacketprotocol.h \
$$PWD/qv8profilerclient.h \
$$PWD/qmljsdebugclientconstants.h \
- $$PWD/qdebugmessageclient.h
+ $$PWD/qdebugmessageclient.h \
+ $$PWD/qmldebuggerclient.h
SOURCES += \
$$PWD/qdeclarativedebugclient.cpp \
- $$PWD/qdeclarativeenginedebug.cpp \
+ $$PWD/qmlenginedebugclient.cpp \
$$PWD/qdeclarativeoutputparser.cpp \
- $$PWD/qmlprofilereventlist.cpp \
$$PWD/qmlprofilertraceclient.cpp \
$$PWD/qpacketprotocol.cpp \
$$PWD/qv8profilerclient.cpp \
- $$PWD/qdebugmessageclient.cpp
+ $$PWD/qdebugmessageclient.cpp \
+ $$PWD/qmldebuggerclient.cpp
OTHER_FILES += \
$$PWD/qmljsdebugclient.pri \