Maemo: Revert 2.1 patch.

We have a proper fix for 2.2.
This commit is contained in:
Christian Kandeler
2011-01-13 15:02:44 +01:00
parent 85df1a325f
commit ad5bd745ef

View File

@@ -250,8 +250,7 @@ bool MaemoTemplatesManager::adaptRulesFile(const Project *project)
}
QByteArray rulesContents = rulesFile.readAll();
rulesContents.replace("DESTDIR", "INSTALL_ROOT");
rulesContents.replace("dh_shlibdeps",
"# dh_shlibdeps # Uncomment this line for publishing!");
rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
// rulesContents.replace("$(MAKE) clean", "# $(MAKE) clean");
// const Qt4Project * const qt4Project
// = static_cast<const Qt4Project *>(project);