forked from qt-creator/qt-creator
Maemo: Don't strip binaries by default.
Otherwise, we couldn't sensibly use the device's gdb for debugging.
This commit is contained in:
@@ -208,6 +208,7 @@ bool MaemoTemplatesManager::createDebianTemplatesIfNecessary(const ProjectExplor
|
||||
QByteArray rulesContents = rulesFile.readAll();
|
||||
rulesContents.replace("DESTDIR", "INSTALL_ROOT");
|
||||
rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
|
||||
rulesContents.replace("dh_strip", "# dh_strip");
|
||||
|
||||
// Would be the right solution, but does not work (on Windows),
|
||||
// because dpkg-genchanges doesn't know about it (and can't be told).
|
||||
|
Reference in New Issue
Block a user