summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/apps
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-09-14 11:12:58 +0200
committerHolger Freyther <holger+qt@freyther.de>2017-10-24 12:06:28 +0000
commit04c907b60b7da6175f81fb1b5f61cc4ce3f71e1e (patch)
tree29fa589227a24f4cb548150412bc2aa1c7da3cdb /wayland/democompositor/apps
parentf196da3aa5e15aeb95762ce4d97ec54269c16959 (diff)
democompositor: Move images and apps to resources/ folder
The apps were hard to be discovered inside apps/files and other projects here seem to use a resources/ folder. Move the apps and the images in it. Change-Id: If2e9127ea6e941e1a97465b2de5e9f9af3660ea3 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'wayland/democompositor/apps')
-rw-r--r--wayland/democompositor/apps/files/clock.app8
-rw-r--r--wayland/democompositor/apps/files/maps.app8
-rw-r--r--wayland/democompositor/apps/files/rss.app8
-rw-r--r--wayland/democompositor/apps/files/stocqt.app8
4 files changed, 0 insertions, 32 deletions
diff --git a/wayland/democompositor/apps/files/clock.app b/wayland/democompositor/apps/files/clock.app
deleted file mode 100644
index d6f5f56..0000000
--- a/wayland/democompositor/apps/files/clock.app
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Type": "Application",
- "Version": 1,
- "Icon": "qrc:/images/Icon_Clocks.png",
- "Name": "Clocks",
- "Exec": "clocks",
- "Path": "./"
-}
diff --git a/wayland/democompositor/apps/files/maps.app b/wayland/democompositor/apps/files/maps.app
deleted file mode 100644
index e88899a..0000000
--- a/wayland/democompositor/apps/files/maps.app
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Type": "Application",
- "Version": 1,
- "Icon": "qrc:/images/Icon_Maps.png",
- "Name": "Maps",
- "Exec": "qml_location_mapviewer",
- "Path": "./"
-}
diff --git a/wayland/democompositor/apps/files/rss.app b/wayland/democompositor/apps/files/rss.app
deleted file mode 100644
index 13ffbca..0000000
--- a/wayland/democompositor/apps/files/rss.app
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Type": "Application",
- "Version": 1,
- "Icon": "qrc:/images/Icon_RSS.png",
- "Name": "RSS News",
- "Exec": "rssnews",
- "Path": "./"
-}
diff --git a/wayland/democompositor/apps/files/stocqt.app b/wayland/democompositor/apps/files/stocqt.app
deleted file mode 100644
index 9317359..0000000
--- a/wayland/democompositor/apps/files/stocqt.app
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Type": "Application",
- "Version": 1,
- "Icon": "qrc:/images/Icon_StocQt.png",
- "Name": "StoQt",
- "Exec": "stocqt",
- "Path": "./"
-}