summaryrefslogtreecommitdiffstats
path: root/tests/manual/xembed-widgets/xembed-widgets.pro
diff options
context:
space:
mode:
authorAlberto Mardegan <alberto.mardegan@canonical.com>2013-02-27 10:48:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-07 08:37:26 +0100
commit079e3b4f3ee3ebe225539b5a896fec1e38804e11 (patch)
tree028d697c571721ce3a2e13abb0bac84548b8f45b /tests/manual/xembed-widgets/xembed-widgets.pro
parent3222db0937aaf1ae5681bc124406ec37f550bc7c (diff)
Add manual tests for X11 embedding
Since we currently implement only half of the XEMBED protocol (we lack the container part), we use a simple XEMBED container built with Gtk+ and PyObject. Using an interpreted language as Python helps us avoiding a build dependency on Gtk+. Change-Id: Ibc6282371c6f767e481c8a8ba2b5ca9cdd0d8b82 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'tests/manual/xembed-widgets/xembed-widgets.pro')
-rw-r--r--tests/manual/xembed-widgets/xembed-widgets.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/xembed-widgets/xembed-widgets.pro b/tests/manual/xembed-widgets/xembed-widgets.pro
new file mode 100644
index 0000000000..e406ee47fd
--- /dev/null
+++ b/tests/manual/xembed-widgets/xembed-widgets.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET= lineedits
+QT += widgets
+
+SOURCES += \
+ main.cpp \
+ window.cpp
+HEADERS += \
+ window.h