forked from qt-creator/qt-creator
Symbian: Passive content projects are deployed correctly.
Task-number: QTCREATORBUG-3579
This commit is contained in:
@@ -181,7 +181,7 @@ bool S60CreatePackageStep::init()
|
||||
{
|
||||
Qt4Project *pro = qobject_cast<Qt4Project *>(buildConfiguration()->target()->project());
|
||||
|
||||
QList<Qt4ProFileNode *> nodes = pro->leafProFiles();
|
||||
QList<Qt4ProFileNode *> nodes = pro->allProFiles();
|
||||
|
||||
m_workingDirectories.clear();
|
||||
QStringList projectCapabilities;
|
||||
|
||||
Reference in New Issue
Block a user