Mostly remove the special define for Symbian support.

The only part that is not done if not on Windows (or explicitly
specified) is the adding of the preference pane.
This commit is contained in:
con
2009-12-17 18:01:41 +01:00
parent 599d4aa355
commit a54205c3a0
9 changed files with 34 additions and 67 deletions

View File

@@ -47,9 +47,7 @@
#include "gettingstartedwelcomepage.h"
#include "gettingstartedwelcomepagewidget.h"
#ifdef QTCREATOR_WITH_S60
# include "qt-s60/s60manager.h"
#endif
#include "qt-s60/s60manager.h"
#ifdef QTCREATOR_WITH_MAEMO
# include "qt-maemo/maemomanager.h"
@@ -148,9 +146,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
#endif
addAutoReleasedObject(new LinguistExternalEditor);
#ifdef QTCREATOR_WITH_S60
addAutoReleasedObject(new S60Manager);
#endif
#ifdef QTCREATOR_WITH_MAEMO
addAutoReleasedObject(MaemoManager::instance());