f7db1cfa92
This is almost exactly the same as the "Analog Clock" (widget) example. "Analog Clock Window Example" demonstrates: * How to render to a QWindow (covered by RasterWindow example) * QPainter and transformations (covered by Analog Clock example) * How to use QTimer (covered by Analog Clock example) Pick-to: 6.5 Change-Id: I7f20a29798830ed6345eca250e4139cb314cab84 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
8 lines
123 B
Prolog
8 lines
123 B
Prolog
requires(qtHaveModule(gui))
|
|
|
|
TEMPLATE = subdirs
|
|
QT_FOR_CONFIG += gui
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS += rasterwindow
|