5116a25a55
The ScreenOrientation enum was changed so that the values are power of twos, angleBetween() needed to be fixed in order to reflect this. Task-number: QTBUG-22554 Change-Id: Ia45dd6643b40b14204abf967b00c0d04834736a3 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
7 lines
109 B
Prolog
7 lines
109 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qscreen
|
|
|
|
QT += core-private gui-private testlib
|
|
|
|
SOURCES += tst_qscreen.cpp
|