Skip to content
Snippets Groups Projects
Commit b74eb892 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Partly revert 8fe7ac89.

This is needed for sourve packages, but interferes with binary ones.
parent c466e841
No related branches found
No related tags found
No related merge requests found
...@@ -204,13 +204,13 @@ bool MaemoTemplatesManager::adaptRulesFile(const Project *project) ...@@ -204,13 +204,13 @@ bool MaemoTemplatesManager::adaptRulesFile(const Project *project)
rulesContents.replace("DESTDIR", "INSTALL_ROOT"); rulesContents.replace("DESTDIR", "INSTALL_ROOT");
rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps"); rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
rulesContents.replace("dh_strip", "# dh_strip"); rulesContents.replace("dh_strip", "# dh_strip");
rulesContents.replace("$(MAKE) clean", "# $(MAKE) clean"); // rulesContents.replace("$(MAKE) clean", "# $(MAKE) clean");
const Qt4Project * const qt4Project // const Qt4Project * const qt4Project
= static_cast<const Qt4Project *>(project); // = static_cast<const Qt4Project *>(project);
const QString proFileName // const QString proFileName
= QFileInfo(qt4Project->rootProjectNode()->path()).fileName(); // = QFileInfo(qt4Project->rootProjectNode()->path()).fileName();
rulesContents.replace("# Add here commands to configure the package.", // rulesContents.replace("# Add here commands to configure the package.",
"qmake " + proFileName.toLocal8Bit()); // "qmake " + proFileName.toLocal8Bit());
// Would be the right solution, but does not work (on Windows), // Would be the right solution, but does not work (on Windows),
// because dpkg-genchanges doesn't know about it (and can't be told). // because dpkg-genchanges doesn't know about it (and can't be told).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment