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.
11 lines
346 B
11 lines
346 B
echo "Creating $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}ui.rc...";
|
|
cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}ui.rc
|
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="${APP_NAME_LC}" version="1">
|
|
<MenuBar>
|
|
<Menu name="custom"><text>C&ustom</text>
|
|
<Action name="custom_action" />
|
|
</Menu>
|
|
</MenuBar>
|
|
</kpartgui>
|