From aef55501bccd52f63a84228cb2ee201ec4f5c301 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 4 Jul 2022 13:31:25 +0200 Subject: tests: replace gtk-embedder.py with a gtk3 app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All linux CI machines have gtk3 installed. And Python GTK things are too complicate to setup. Pick-to: 6.4 6.3 6.2 5.15 Change-Id: I3c0d967f61aebea508784df79569b9d0064f66e2 Reviewed-by: Tor Arne Vestbø --- tests/manual/manual.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/manual/manual.pro') diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro index 8ad5882234..8bbc8af899 100644 --- a/tests/manual/manual.pro +++ b/tests/manual/manual.pro @@ -47,8 +47,6 @@ windowflags \ windowgeometry \ windowmodality \ widgetgrab \ -xembed-raster \ -xembed-widgets \ shortcuts \ dialogs \ windowtransparency \ @@ -66,3 +64,5 @@ qtConfig(opengl) { win32: SUBDIRS -= network_remote_stresstest network_stresstest qtConfig(vulkan): SUBDIRS += qvulkaninstance + +qtConfig(xcb): SUBDIRS += xembed -- cgit v1.2.3