gtk-demo: Streamline application

Avoid the odd #ifdef STANDALONE construction; we can show
multiple source files nowadays.
This commit is contained in:
Matthias Clasen
2016-02-14 09:39:15 -05:00
parent fc90bd5e30
commit c0a61c2da3
5 changed files with 102 additions and 106 deletions

View File

@ -3,7 +3,8 @@
<gresource prefix="/ui">
<file preprocess="xml-stripblanks">main.ui</file>
</gresource>
<gresource prefix="/application">
<gresource prefix="/application_demo">
<file>application.c</file>
<file>application.ui</file>
<file>menus.ui</file>
</gresource>
@ -117,7 +118,7 @@
<file>gnu-keys.png</file>
</gresource>
<gresource prefix="/sources">
<file>application.c</file>
<file>application_demo.c</file>
<file>assistant.c</file>
<file>builder.c</file>
<file>button_box.c</file>