summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-07-04 13:31:25 +0200
committerLiang Qi <liang.qi@qt.io>2022-08-06 01:24:41 +0200
commitaef55501bccd52f63a84228cb2ee201ec4f5c301 (patch)
tree447b4434e082d944de62939af239fde0338fd412 /tests/manual/manual.pro
parent8e9fdfec0afc01f192b222af60c13955a63b594f (diff)
tests: replace gtk-embedder.py with a gtk3 app
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ø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro4
1 files changed, 2 insertions, 2 deletions
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