forked from qt-creator/qt-creator
Make Meego target work.
- Package installation and running untested yet. - User currently needs to adapt %files section in spec file manually. We expect this task to be automated by the build script in the future (see http://bugs.meego.com/show_bug.cgi?id=13148).
This commit is contained in:
@@ -229,6 +229,7 @@ static DebuggerEngineType engineForToolChain(ToolChainType toolChainType)
|
||||
case ToolChain_GCCE_GNUPOC:
|
||||
case ToolChain_GCC_MAEMO5:
|
||||
case ToolChain_GCC_HARMATTAN:
|
||||
case ToolChain_GCC_MEEGO:
|
||||
#ifdef WITH_LLDB
|
||||
// lldb override
|
||||
if (Core::ICore::instance()->settings()->value("LLDB/enabled").toBool())
|
||||
|
Reference in New Issue
Block a user