diff options
Diffstat (limited to 'src/libs/qmljsdebugclient/qmljsdebugclient.qbs')
-rw-r--r-- | src/libs/qmljsdebugclient/qmljsdebugclient.qbs | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/libs/qmljsdebugclient/qmljsdebugclient.qbs b/src/libs/qmljsdebugclient/qmljsdebugclient.qbs index 9ca80f21af..926c4e283c 100644 --- a/src/libs/qmljsdebugclient/qmljsdebugclient.qbs +++ b/src/libs/qmljsdebugclient/qmljsdebugclient.qbs @@ -24,20 +24,22 @@ QtcLibrary { "qdeclarativeoutputparser.h", "qmljsdebugclient_global.h", "qmljsdebugclientconstants.h", - "qmlprofilereventlist.h", + "qmlprofilereventlocation.h", "qmlprofilertraceclient.cpp", "qpacketprotocol.cpp", "qv8profilerclient.cpp", "qv8profilerclient.h", "qdeclarativedebugclient.h", - "qdeclarativeenginedebug.cpp", - "qdeclarativeenginedebug.h", + "qmlenginedebugclient.cpp", + "qmlenginedebugclient.h", "qmlprofilereventtypes.h", "qmlprofilertraceclient.h", "qpacketprotocol.h", "qdebugmessageclient.cpp", - "qmlprofilereventlist.cpp", - "qdebugmessageclient.h" + "qdebugmessageclient.h", + "qdeclarativeengineclient.h", + "qmldebuggerclient.h", + "qmldebuggerclient.cpp" ] ProductModule { |