Skip to content
Snippets Groups Projects
Commit bfdeca49 authored by hjk's avatar hjk
Browse files

Debugger: Rename lldb to lldblib


This is the approach directly linking to the lldb library.

Change-Id: I5d51ad59d8292b46539a55da8e23918fb7de9a92
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent 6b280866
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
...@@ -147,7 +147,7 @@ include(cdb/cdb.pri) ...@@ -147,7 +147,7 @@ include(cdb/cdb.pri)
include(gdb/gdb.pri) include(gdb/gdb.pri)
include(script/script.pri) include(script/script.pri)
include(pdb/pdb.pri) include(pdb/pdb.pri)
include(lldb/lldbhost.pri) include(lldblib/lldbhost.pri)
include(qml/qml.pri) include(qml/qml.pri)
include(namedemangler/namedemangler.pri) include(namedemangler/namedemangler.pri)
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "debuggerstringutils.h" #include "debuggerstringutils.h"
#include "debuggerstartparameters.h" #include "debuggerstartparameters.h"
#include "debuggerkitinformation.h" #include "debuggerkitinformation.h"
#include "lldb/lldbenginehost.h" #include "lldblib/lldbenginehost.h"
#include "debuggertooltipmanager.h" #include "debuggertooltipmanager.h"
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment