From cfb917972b1e812be20919274eb20f10d6a8d0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Apr 2016 04:30:59 +0200 Subject: [PATCH] Add embedding images to buttons.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 75007d3..66eca50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,11 @@ kde_kcfg_DATA = tastymenu.kcfg EXTRA_DIST = pics +buttons.h: pics/attach.png pics/detach.png + $(UIC) -o $@ -embed buttons $^ + +CLEAN_FILES = buttons.h + messages: rc.cpp $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp $(XGETTEXT) *.cpp -o $(podir)/tastymenu.pot