OSDN Git Service

Mobile app wizard: Fix desktop file contents.
authorChristian Kandeler <christian.kandeler@nokia.com>
Tue, 29 Mar 2011 12:41:41 +0000 (14:41 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Tue, 29 Mar 2011 12:41:41 +0000 (14:41 +0200)
The "Exec" value was not consistent with the installation prefix in the
.pri file.

share/qtcreator/templates/shared/app.desktop

index 8ecd3ce..1bb7929 100644 (file)
@@ -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