mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
c7b345f73e
We want to use the same header in the inspector, so move it to the toplevel. And since it is no longer for demos only, rename it to profile_conf.h, and also rename the build option back to profile.
12 lines
251 B
Meson
12 lines
251 B
Meson
# appdata
|
|
|
|
appdata_config = configuration_data()
|
|
appdata_config.set('BUILD_VERSION', meson.project_version())
|
|
|
|
subdir('constraint-editor')
|
|
subdir('gtk-demo')
|
|
subdir('icon-browser')
|
|
subdir('node-editor')
|
|
subdir('widget-factory')
|
|
subdir('print-editor')
|