source ${genode_dir}/repos/libports/run/qt6_common.inc
import_from_depot [depot_user]/src/qt6_component \
[depot_user]/src/qt6_textedit \
[depot_user]/src/dynamic_rom \
[depot_user]/src/test-tiled_wm_qt6
#
# Generate config
#
proc qt6_layouter_config { } {
return { }
}
proc qt6_decorator_binary { } { return "themed_decorator" }
proc qt6_decorator_config { } {
return {
}
}
install_config {
} [qt6_parent_provides] {
} [qt6_start_nodes] {
2018-01-01 00:01
2018-01-01 00:01
2018-01-01 00:01
2018-01-01 00:01
2018-01-01 00:01
}
build_boot_image [qt6_boot_modules]
append qemu_args " -device nec-usb-xhci,id=xhci -device usb-tablet"
run_genode_until forever
# vi: set ft=tcl :