summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symmake_sbsv2.cpp
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-10 11:38:39 (GMT)
committeraxis <qt-info@nokia.com>2010-06-11 11:25:45 (GMT)
commitd7810cb2630be0af69284d2cf26f861e0cda52e6 (patch)
tree5b5a1e426c8aa9568b79e10c88defa2e758996b5 /qmake/generators/symbian/symmake_sbsv2.cpp
parent69b2e6e861debf71132277b123b59c87bb6e2c9e (diff)
downloadQt-d7810cb2630be0af69284d2cf26f861e0cda52e6.zip
Qt-d7810cb2630be0af69284d2cf26f861e0cda52e6.tar.gz
Qt-d7810cb2630be0af69284d2cf26f861e0cda52e6.tar.bz2
Moved runonphone target to prf files for all build systems.
This reduces code duplication. RevBy: Miikka Heikkinen
Diffstat (limited to 'qmake/generators/symbian/symmake_sbsv2.cpp')
-rw-r--r--qmake/generators/symbian/symmake_sbsv2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/generators/symbian/symmake_sbsv2.cpp b/qmake/generators/symbian/symmake_sbsv2.cpp
index feacbef..c2f1d1a 100644
--- a/qmake/generators/symbian/symmake_sbsv2.cpp
+++ b/qmake/generators/symbian/symmake_sbsv2.cpp
@@ -282,8 +282,6 @@ void SymbianSbsv2MakefileGenerator::writeWrapperMakefile(QFile& wrapperFile, boo
t << "\t$(SBS) reallyclean -c " << item << "_urel" << testClause << endl;
}
t << endl;
-
- generateExecutionTargets(t, debugPlatforms);
}
void SymbianSbsv2MakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile)