|
|
@ -15,6 +15,11 @@ kde_kcfg_DATA = tastymenu.kcfg
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = pics
|
|
|
|
EXTRA_DIST = pics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buttons.h: pics/attach.png pics/detach.png
|
|
|
|
|
|
|
|
$(UIC) -o $@ -embed buttons $^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CLEAN_FILES = buttons.h
|
|
|
|
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
messages: rc.cpp
|
|
|
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
|
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/tastymenu.pot
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/tastymenu.pot
|
|
|
|