diff options
author | Neena Busireddy <neena.busireddy@freescale.com> | 2014-06-30 15:04:35 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-06 19:45:46 +0200 |
commit | 7f5c022e8cff05b18319f48b95bb94a0e0c8a3e6 (patch) | |
tree | def3469859cb90d635431c938a8c44d3ac9c694f /recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop | |
parent | 1d046542b60e2230989ba42479d6d1918b7a836d (diff) | |
download | meta-qt5-7f5c022e8cff05b18319f48b95bb94a0e0c8a3e6.tar.gz |
qt5-demo-extrafiles: Create recipe to include extrafiles for qt5 demo.
This recipe has all the extra files required for Qt5 demo.
This recipe originated from the wandboard wiki page
http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop')
-rw-r--r-- | recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop new file mode 100644 index 00000000..d9fb60c1 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop | |||
@@ -0,0 +1,9 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Qt5 QUItBattery | ||
3 | Exec=/bin/sh -c "cd /usr/share/quitindicators-1.0.1/; ./QUItIndicators" | ||
4 | Icon=quitindicators | ||
5 | Terminal=false | ||
6 | Type=Application | ||
7 | X-MB-SingleInstance=true | ||
8 | Comment=Qt5 QUItBattery | ||
9 | StartupNotify=false | ||