forked from qt-creator/qt-creator
Merge remote branch 'origin/2.1'
Conflicts: src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
This commit is contained in:
@@ -250,7 +250,8 @@ bool MaemoTemplatesManager::adaptRulesFile(const Project *project)
|
||||
}
|
||||
QByteArray rulesContents = rulesFile.readAll();
|
||||
rulesContents.replace("DESTDIR", "INSTALL_ROOT");
|
||||
rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
|
||||
rulesContents.replace("dh_shlibdeps",
|
||||
"# dh_shlibdeps # Uncomment this line for publishing!");
|
||||
// rulesContents.replace("$(MAKE) clean", "# $(MAKE) clean");
|
||||
// const Qt4Project * const qt4Project
|
||||
// = static_cast<const Qt4Project *>(project);
|
||||
|
||||
Reference in New Issue
Block a user