de.grindhold.parceldude.gresource.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. # Copyright 2017 Daniel 'grindhold' Brendle
  4. #
  5. # This file is part of parceldude.
  6. #
  7. # parceldude is free software: you can redistribute it and/or
  8. # modify it under the terms of the GNU General Public License
  9. # as published by the Free Software Foundation, either
  10. # version 3 of the License, or (at your option) any later
  11. # version.
  12. #
  13. # parceldude is distributed in the hope that it will be
  14. # useful, but WITHOUT ANY WARRANTY; without even the implied
  15. # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  16. # PURPOSE. See the GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public
  19. # License along with parceldude.
  20. # If not, see http://www.gnu.org/licenses/.
  21. -->
  22. <gresources>
  23. <gresource prefix="/de/grindhold/parceldude">
  24. <file>application.css</file>
  25. <file preprocess="xml-stripblanks">ui/main.ui</file>
  26. <file preprocess="xml-stripblanks">ui/config.ui</file>
  27. <file preprocess="xml-stripblanks">ui/donations.ui</file>
  28. <file preprocess="xml-stripblanks">ui/feature.ui</file>
  29. <file preprocess="xml-stripblanks">ui/installer.ui</file>
  30. <file preprocess="xml-stripblanks">ui/installview.ui</file>
  31. <file preprocess="xml-stripblanks">ui/menu.ui</file>
  32. <file preprocess="xml-stripblanks">ui/parameter.ui</file>
  33. <file>icons/hicolor/24x24/apps/parceldude.png</file>
  34. <file>icons/hicolor/128x128/apps/parceldude.png</file>
  35. </gresource>
  36. </gresources>