Using resources instead of .ui files.

This commit is contained in:
Pcornat 2026-03-18 19:39:25 +01:00
commit a84cace7b6
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
3 changed files with 40 additions and 3 deletions

7
billy_gui.gresource.xml Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gtkmm/billy_gui">
<file preprocess="xml-stripblanks">window_ui.ui</file>
<file preprocess="xml-stripblanks">menu_bar.ui</file>
</gresource>
</gresources>