mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Move print-editor to demos
It is too demo-esque for languishing in tests/.
This commit is contained in:
parent
f858a269dd
commit
694daa1d20
@ -3,3 +3,4 @@ subdir('gtk-demo')
|
||||
subdir('icon-browser')
|
||||
subdir('node-editor')
|
||||
subdir('widget-factory')
|
||||
subdir('print-editor')
|
||||
|
6
demos/print-editor/meson.build
Normal file
6
demos/print-editor/meson.build
Normal file
@ -0,0 +1,6 @@
|
||||
executable('print-editor',
|
||||
['print-editor.c'],
|
||||
c_args: common_cflags,
|
||||
dependencies: libgtk_dep,
|
||||
include_directories: confinc,
|
||||
gui_app: true)
|
@ -10,7 +10,6 @@ gtk_tests = [
|
||||
['scrolling-performance', ['frame-stats.c', 'variable.c']],
|
||||
['blur-performance', ['../gsk/gskcairoblur.c']],
|
||||
['simple'],
|
||||
['print-editor'],
|
||||
['video-timer', ['variable.c']],
|
||||
['testaccel'],
|
||||
['testadjustsize'],
|
||||
|
Loading…
Reference in New Issue
Block a user