Maemo: Get rid of maemo6 reference, fix deploy paths.

This commit is contained in:
Christian Kandeler
2010-09-09 10:36:59 +02:00
parent 292cec359f
commit ff7ef5edda
2 changed files with 20 additions and 10 deletions

View File

@@ -363,9 +363,12 @@ bool MaemoTemplatesManager::updateDesktopFile(const Qt4Target *target,
return false;
}
QByteArray proFileContents = proFile.readAll();
proFileContents += "\nmaemo5|maemp6{\n"
proFileContents += "\nunix:!symbian {\n"
" desktopfile.files = $${TARGET}.desktop\n"
" desktopfile.path = /usr/share/applications/hildon\n"
" maemo5 {\n"
" desktopfile.path = /usr/share/applications/hildon\n"
" } else {\n"
" desktopfile.path = /usr/share/applications\n }\n"
" INSTALLS += desktopfile\n}\n";
proFile.resize(0);
proFile.write(proFileContents);