aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorhjk <[email protected]>2015-11-10 16:59:02 +0100
committerUlf Hermann <[email protected]>2015-12-09 12:06:26 +0000
commit33651877d83cf2ec9f562d1fa3dd9c726944c0dd (patch)
tree42f95c4c60b9c6f489550a89a2833ecb0ba1b642 /src/plugins/debugger/debugger.pro
parent0e76b9910835dae0621adab2f5de3b8584999d25 (diff)
Move QmlConsole to Debugger
Now it is closer to its only user and possibly reusable for no-QML uses there. We also drop the QML/JS syntax checker. The application being debugged can already tell us about syntax errors. There is no need to duplicate that functionality. Change-Id: I2ba151f9f4c854c6119ba5462c21be40bddcebf9 Reviewed-by: Ulf Hermann <[email protected]> Reviewed-by: hjk <[email protected]>
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 be0c5a7de74..a82da0787c1 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -147,5 +147,6 @@ include(pdb/pdb.pri)
include(lldb/lldb.pri)
include(qml/qml.pri)
include(namedemangler/namedemangler.pri)
+include(console/console.pri)
include(shared/shared.pri)