qmake/generators/symbian/symmake_abld.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   493     foreach(QString item, releasePlatforms) {
   493     foreach(QString item, releasePlatforms) {
   494         t << "clean-release-" << item << ": $(ABLD)" << endl;
   494         t << "clean-release-" << item << ": $(ABLD)" << endl;
   495         t << "\t$(ABLD)" << testClause << " reallyclean " << item << " urel" << endl;
   495         t << "\t$(ABLD)" << testClause << " reallyclean " << item << " urel" << endl;
   496     }
   496     }
   497     t << endl;
   497     t << endl;
   498 
       
   499     generateExecutionTargets(t, debugPlatforms);
       
   500 }
   498 }
   501 
   499 
   502 void SymbianAbldMakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile)
   500 void SymbianAbldMakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile)
   503 {
   501 {
   504     // We don't use extensions for anything in abld
   502     // We don't use extensions for anything in abld