forked from qt-creator/qt-creator
Maemo: Revert 2.1 patch.
We have a proper fix for 2.2.
This commit is contained in:
@@ -250,8 +250,7 @@ bool MaemoTemplatesManager::adaptRulesFile(const Project *project)
|
|||||||
}
|
}
|
||||||
QByteArray rulesContents = rulesFile.readAll();
|
QByteArray rulesContents = rulesFile.readAll();
|
||||||
rulesContents.replace("DESTDIR", "INSTALL_ROOT");
|
rulesContents.replace("DESTDIR", "INSTALL_ROOT");
|
||||||
rulesContents.replace("dh_shlibdeps",
|
rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
|
||||||
"# dh_shlibdeps # Uncomment this line for publishing!");
|
|
||||||
// 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user