summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-06-30 12:07:18 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-07-26 14:53:09 +0000
commit2ceccc6f7fd3e7496df26d16119e9b7693932658 (patch)
treee77e812d5beaeb41ef5a91d02dba7ee888342baf /tests/manual/manual.pro
parent79af4e1e31f4fadcd5b0546455894b098f1acc07 (diff)
Add manual test embeddedintoforeignwindow
Add a test for embedding Qt windows into foreign windows. Complements the existing "foreignwindows" test (which embeds foreign windows into Qt). The test has a simple UI based on QRasterWindow allowing for checking events and geometries. Task-number: QTBUG-41186 Change-Id: Ie62a3e250ca666e2fa5c2e3ef37ef0654829397c Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 8e77a321dd..34fd6662ec 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -2,6 +2,7 @@ TEMPLATE=subdirs
SUBDIRS = bearerex \
filetest \
+embeddedintoforeignwindow \
foreignwindows \
gestures \
inputmethodhints \
@@ -66,4 +67,4 @@ win32 {
lessThan(QT_MAJOR_VERSION, 5): SUBDIRS -= bearerex lance qnetworkaccessmanager/qget qmimedatabase qnetworkreply \
qpainfo qscreen socketengine xembed-raster xembed-widgets windowtransparency \
-foreignwindows
+embeddedintoforeignwindow foreignwindows