summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symmake_abld.cpp
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-10 13:38:39 +0200
committeraxis <qt-info@nokia.com>2010-06-11 13:25:45 +0200
commitd7810cb2630be0af69284d2cf26f861e0cda52e6 (patch)
tree5b5a1e426c8aa9568b79e10c88defa2e758996b5 /qmake/generators/symbian/symmake_abld.cpp
parent69b2e6e861debf71132277b123b59c87bb6e2c9e (diff)
Moved runonphone target to prf files for all build systems.
This reduces code duplication. RevBy: Miikka Heikkinen
Diffstat (limited to 'qmake/generators/symbian/symmake_abld.cpp')
-rw-r--r--qmake/generators/symbian/symmake_abld.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/generators/symbian/symmake_abld.cpp b/qmake/generators/symbian/symmake_abld.cpp
index 7e3fb451ec..d60528bd2f 100644
--- a/qmake/generators/symbian/symmake_abld.cpp
+++ b/qmake/generators/symbian/symmake_abld.cpp
@@ -409,8 +409,6 @@ void SymbianAbldMakefileGenerator::writeWrapperMakefile(QFile& wrapperFile, bool
t << "\t$(ABLD)" << testClause << " reallyclean " << item << " urel" << endl;
}
t << endl;
-
- generateExecutionTargets(t, debugPlatforms);
}
void SymbianAbldMakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile)