You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
324 B
14 lines
324 B
15 years ago
|
# this is where the XML-GUI resource file goes
|
||
|
rcdir = ${quanta_datadir}
|
||
|
|
||
|
rc_DATA = plugins.rc actions.rc quantaui.rc
|
||
|
|
||
|
if QUANTAUIRC_HOOK
|
||
|
install-data-hook:
|
||
|
mv $(DESTDIR)$(rcdir)/quantaui.rc $(DESTDIR)$(rcdir)/$(package)ui.rc || true
|
||
|
else
|
||
|
install-data-hook:
|
||
|
#no hook
|
||
|
endif
|
||
|
kde_services_DATA = quanta_preview_config.desktop
|