From ad6a66ce2006b516acadbbf36974f7f7479e0f14 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 29 Mar 2011 14:41:41 +0200 Subject: [PATCH] Mobile app wizard: Fix desktop file contents. The "Exec" value was not consistent with the installation prefix in the .pri file. --- share/qtcreator/templates/shared/app.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/shared/app.desktop b/share/qtcreator/templates/shared/app.desktop index 8ecd3ce3afd..1bb7929aae4 100644 --- a/share/qtcreator/templates/shared/app.desktop +++ b/share/qtcreator/templates/shared/app.desktop @@ -4,7 +4,7 @@ Version=1.0 Type=Application Terminal=false Name=thisApp -Exec=/opt/usr/bin/thisApp +Exec=/opt/thisApp/bin/thisApp Icon=thisApp X-Window-Icon= X-HildonDesk-ShowInToolbar=true