Add embedding images to buttons.h

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent dfef4f6905
commit cfb917972b

@ -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

Loading…
Cancel
Save