Symbian: Only list Symbian device if Symbian Qt is found

Hide it otherwise.

Change-Id: Iae81a04862b14b2a06db4bea6c5311fcee12cd03
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Tobias Hunger
2012-04-27 11:05:20 +02:00
parent cb5a9d9d0f
commit 5cf6ab5c9c
3 changed files with 39 additions and 5 deletions

View File

@@ -298,7 +298,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
bool Qt4ProjectManagerPlugin::delayedInitialize()
{
S60Manager::instance()->addDevice();
S60Manager::instance()->delayedInitialize();
return true;
}