1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- # Copyright 2017 Daniel 'grindhold' Brendle
- #
- # This file is part of parceldude.
- #
- # parceldude is free software: you can redistribute it and/or
- # modify it under the terms of the GNU General Public License
- # as published by the Free Software Foundation, either
- # version 3 of the License, or (at your option) any later
- # version.
- #
- # parceldude is distributed in the hope that it will be
- # useful, but WITHOUT ANY WARRANTY; without even the implied
- # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- # PURPOSE. See the GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public
- # License along with parceldude.
- # If not, see http://www.gnu.org/licenses/.
- -->
- <gresources>
- <gresource prefix="/de/grindhold/parceldude">
- <file>application.css</file>
- <file preprocess="xml-stripblanks">ui/main.ui</file>
- <file preprocess="xml-stripblanks">ui/config.ui</file>
- <file preprocess="xml-stripblanks">ui/donations.ui</file>
- <file preprocess="xml-stripblanks">ui/feature.ui</file>
- <file preprocess="xml-stripblanks">ui/installer.ui</file>
- <file preprocess="xml-stripblanks">ui/installview.ui</file>
- <file preprocess="xml-stripblanks">ui/menu.ui</file>
- <file preprocess="xml-stripblanks">ui/parameter.ui</file>
- <file>icons/hicolor/24x24/apps/parceldude.png</file>
- <file>icons/hicolor/128x128/apps/parceldude.png</file>
- </gresource>
- </gresources>
|