Symbian: SIS files are not created per project now

Reviewed-by: Daniel Teske
This commit is contained in:
Pawel Polanski
2011-03-17 11:47:44 +01:00
parent cf5048e250
commit facd4c360f
4 changed files with 28 additions and 5 deletions

View File

@@ -1745,6 +1745,7 @@ void Qt4ProFileNode::applyEvaluate(EvalResult evalResult, bool async)
QLatin1String("QML_IMPORT_PATH"), m_projectDir);
newVarValues[Makefile] = m_readerExact->values("MAKEFILE");
newVarValues[SymbianCapabilities] = m_readerExact->values("TARGET.CAPABILITY");
newVarValues[Deployment] = m_readerExact->values("DEPLOYMENT");
if (m_varValues != newVarValues) {
Qt4VariablesHash oldValues = m_varValues;