aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-16 14:18:54 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-31 11:31:14 +0000
commitcd587fb494b465a4f30582099e0056164a8d1ca9 (patch)
tree6c7a3bc222ddfc2102bb8dd8c4c21d92721d7df3 /src/qml/debugger/debugger.pri
parente061150cc54255726b8cda8cc928d3ed03ea8093 (diff)
Make QQmlConfigurableDebugService a template
We will need to derive from service-specific interfaces once we move the services into plugins and QQmlConfigurableDebugService doesn't need to live in QtQml. Change-Id: I151f32ea0f8be9719b245fc19164269c6e62a84a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/debugger.pri')
-rw-r--r--src/qml/debugger/debugger.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/debugger/debugger.pri b/src/qml/debugger/debugger.pri
index b3e3b3fc90..ec2e52ece3 100644
--- a/src/qml/debugger/debugger.pri
+++ b/src/qml/debugger/debugger.pri
@@ -10,7 +10,6 @@ SOURCES += \
$$PWD/qqmlenginedebugservice.cpp \
$$PWD/qdebugmessageservice.cpp \
$$PWD/qv4debugservice.cpp \
- $$PWD/qqmlconfigurabledebugservice.cpp \
$$PWD/qqmlenginecontrolservice.cpp \
$$PWD/qqmlabstractprofileradapter.cpp \
$$PWD/qv4profileradapter.cpp \