aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorhjk <[email protected]>2013-03-22 10:28:49 +0100
committerhjk <[email protected]>2013-03-22 10:31:44 +0100
commit6f549a228dfab6550f4611c9cb48bfe98933e445 (patch)
treeaf22daf204afb71528ea3bd3188722a68888f272 /src/plugins/debugger/debugger.pro
parent85d12bb4095c88ef476f4cf106411278cb218a44 (diff)
Debugger: Introduce a debugger engine talking to lldb command line
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r--src/plugins/debugger/debugger.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index fe929c11a1e..5d0baae2324 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -147,6 +147,7 @@ include(cdb/cdb.pri)
include(gdb/gdb.pri)
include(script/script.pri)
include(pdb/pdb.pri)
+include(lldb/lldb.pri)
include(lldblib/lldbhost.pri)
include(qml/qml.pri)
include(namedemangler/namedemangler.pri)