diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-07-03 12:40:55 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-07-03 12:40:55 +0200 |
commit | 48d334acbeb665aae9c2f9f4867ff0afe836e7d3 (patch) | |
tree | 6ca13a6fbf4ef00eee73b5c76e2c9e1cbaa20293 /bin/gui/uca-camera-control.gresource.xml | |
parent | f6b224b1cb6a7004a46c3606413db63f5101b816 (diff) | |
download | uca-48d334acbeb665aae9c2f9f4867ff0afe836e7d3.tar.gz uca-48d334acbeb665aae9c2f9f4867ff0afe836e7d3.tar.bz2 uca-48d334acbeb665aae9c2f9f4867ff0afe836e7d3.tar.xz uca-48d334acbeb665aae9c2f9f4867ff0afe836e7d3.zip |
gui: use glib-resources to bake in UI
Diffstat (limited to 'bin/gui/uca-camera-control.gresource.xml')
-rw-r--r-- | bin/gui/uca-camera-control.gresource.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/gui/uca-camera-control.gresource.xml b/bin/gui/uca-camera-control.gresource.xml new file mode 100644 index 0000000..5c84a0d --- /dev/null +++ b/bin/gui/uca-camera-control.gresource.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/edu/kit/ipe/uca-camera-control"> + <file compressed="true">uca-camera-control.glade</file> + </gresource> +</gresources> |