forked from qt-creator/qt-creator
Add experimental Maemo support.
Includes Maemo tool chain, run configuration, run control, manager, etc. Adds the DebuggerManager to the object pool. This is ugly, but nobody came up with anything better on short notice. To be refactored. Co-Authored-By: kh1
This commit is contained in:
@@ -51,6 +51,10 @@
|
||||
#include "qt-s60/s60manager.h"
|
||||
#endif
|
||||
|
||||
#ifdef QTCREATOR_WITH_MAEMO
|
||||
#include "qt-maemo/maemomanager.h"
|
||||
#endif
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
@@ -160,6 +164,10 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
addAutoReleasedObject(new S60Manager);
|
||||
#endif
|
||||
|
||||
#ifdef QTCREATOR_WITH_MAEMO
|
||||
addAutoReleasedObject(MaemoManager::instance());
|
||||
#endif
|
||||
|
||||
// TODO reenable
|
||||
//m_embeddedPropertiesPage = new EmbeddedPropertiesPage;
|
||||
//addObject(m_embeddedPropertiesPage);
|
||||
|
||||
Reference in New Issue
Block a user