qmake/generators/symbian/symmake_sbsv2.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   102         QString toItem = depList.at(i).to;
   102         QString toItem = depList.at(i).to;
   103         fromItem.replace("\\", "/");
   103         fromItem.replace("\\", "/");
   104         toItem.replace("\\", "/");
   104         toItem.replace("\\", "/");
   105 #if defined(Q_OS_WIN)
   105 #if defined(Q_OS_WIN)
   106         toItem.prepend(QDir::current().absolutePath().left(2)); // add drive
   106         toItem.prepend(QDir::current().absolutePath().left(2)); // add drive
       
   107         // add drive if it doesn't have one yet
       
   108         //if (toItem.size() > 1 && toItem[1] != QLatin1Char(':'))
       
   109         //    toItem.prepend(QDir::current().absolutePath().left(2));
   107 #endif
   110 #endif
   108         t << "OPTION DEPLOY_SOURCE " << fromItem << endl;
   111         t << "OPTION DEPLOY_SOURCE " << fromItem << endl;
   109         t << "OPTION DEPLOY_TARGET " << toItem << endl;
   112         t << "OPTION DEPLOY_TARGET " << toItem << endl;
   110         t << "END" << endl;
   113         t << "END" << endl;
   111     }
   114     }
   284     foreach(QString item, releasePlatforms) {
   287     foreach(QString item, releasePlatforms) {
   285         t << "clean-release-" << item << ": " << BLD_INF_FILENAME << endl;
   288         t << "clean-release-" << item << ": " << BLD_INF_FILENAME << endl;
   286         t << "\t$(SBS) reallyclean -c " << item << "_urel" << testClause << endl;
   289         t << "\t$(SBS) reallyclean -c " << item << "_urel" << testClause << endl;
   287     }
   290     }
   288     t << endl;
   291     t << endl;
   289 
       
   290     generateExecutionTargets(t, debugPlatforms);
       
   291 }
   292 }
   292 
   293 
   293 void SymbianSbsv2MakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile)
   294 void SymbianSbsv2MakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile)
   294 {
   295 {
   295     // Makes sure we have needed FLMs in place.
   296     // Makes sure we have needed FLMs in place.