qt5base-lts/tests/manual/windowgeometry/windowgeometry.pro
Friedemann Kleint 93b34badfe Add a manual test for the window geometry.
Test positioning QWindow and QWidget (frame / normal geometry)
for testing QPA plugins.
The test can be built with  Qt 4 for comparison.

Change-Id: I695bf28d5fdf738262d322518d01ad04aa5056f5
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
2012-04-19 19:46:07 +02:00

9 lines
181 B
Prolog

QT += core gui
TARGET = windowgeometry
TEMPLATE = app
SOURCES += main.cpp controllerwidget.cpp
HEADERS += controllerwidget.h
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets