f74d4fb1da
Use the screen resolution obtained from QScreen instead of QDesktopWidget. Change-Id: If27bcf1c94a783c4c617d5364846b95a625bb93d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
8 lines
87 B
Prolog
8 lines
87 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpicture
|
|
QT += testlib
|
|
SOURCES += tst_qpicture.cpp
|
|
|
|
|
|
|