summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-01-08 10:04:02 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-11 16:03:34 +0000
commit514c202da95bbe876c9759961a8032eae4b96bdd (patch)
treee6de9a96095c8669c44db6b61b73c3ec087d4b1e /tests/manual/manual.pro
parenta8c72b7671637d18b1915d7e46fc601e8ffde2d7 (diff)
Add a manual test for foreign windows.
Add a command line tool that can either take a list of window ids and output information on them using a verbose debug stream or embed foreign windows using QWidget::createWindowContainer(). Task-number: QTBUG-41186 Change-Id: I14e436b5d08828f5b78b29e0701daeffe11367d3 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index cffe76b2b4..8777cc6e11 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -2,6 +2,7 @@ TEMPLATE=subdirs
SUBDIRS = bearerex \
filetest \
+foreignwindows \
gestures \
inputmethodhints \
keypadnavigation \
@@ -62,4 +63,5 @@ win32 {
}
lessThan(QT_MAJOR_VERSION, 5): SUBDIRS -= bearerex lance qnetworkaccessmanager/qget qmimedatabase qnetworkreply \
-qpainfo qscreen socketengine xembed-raster xembed-widgets windowtransparency
+qpainfo qscreen socketengine xembed-raster xembed-widgets windowtransparency \
+foreignwindows