From 06772a369f2beef80bb291ded30cbe125a24af56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Oct 2018 04:07:01 +0200 Subject: Fix structure of directories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- icons/CMakeLists.txt | 3 +++ icons/Makefile.am | 1 + icons/hi16-app-knetstats.png | Bin 0 -> 1919 bytes icons/hi32-app-knetstats.png | Bin 0 -> 2286 bytes icons/hi48-app-knetstats.png | Bin 0 -> 12237 bytes 5 files changed, 4 insertions(+) create mode 100644 icons/CMakeLists.txt create mode 100644 icons/Makefile.am create mode 100644 icons/hi16-app-knetstats.png create mode 100644 icons/hi32-app-knetstats.png create mode 100644 icons/hi48-app-knetstats.png (limited to 'icons') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..33ca26f --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,3 @@ +##### icons + +tde_install_icons( ${PROJECT_NAME} ) diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..9860d39 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1 @@ +KDE_ICON = knetstats diff --git a/icons/hi16-app-knetstats.png b/icons/hi16-app-knetstats.png new file mode 100644 index 0000000..cd48fb7 Binary files /dev/null and b/icons/hi16-app-knetstats.png differ diff --git a/icons/hi32-app-knetstats.png b/icons/hi32-app-knetstats.png new file mode 100644 index 0000000..96e06d5 Binary files /dev/null and b/icons/hi32-app-knetstats.png differ diff --git a/icons/hi48-app-knetstats.png b/icons/hi48-app-knetstats.png new file mode 100644 index 0000000..fdf0d47 Binary files /dev/null and b/icons/hi48-app-knetstats.png differ -- cgit v1.2.3