qt5base-lts/tests/manual/foreignwindows/foreignwindows.pro
Friedemann Kleint 514c202da9 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>
2016-03-11 16:03:34 +00:00

7 lines
126 B
Prolog

TEMPLATE = app
QT += widgets
CONFIG += console c++11
CONFIG -= app_bundle
SOURCES += main.cpp
include(../diaglib/diaglib.pri)