45b0f1be68
Macros and the await helper function from qfunctions_winrt(_p).h are needed in other Qt modules which use UWP APIs on desktop windows. Task-number: QTBUG-84434 Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
33 lines
788 B
Prolog
33 lines
788 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qgraphicsanchorlayout \
|
|
qgraphicsanchorlayout1 \
|
|
qgraphicseffectsource \
|
|
qgraphicsgridlayout \
|
|
qgraphicsitem \
|
|
qgraphicsitemanimation \
|
|
qgraphicslayout \
|
|
qgraphicslayoutitem \
|
|
qgraphicslinearlayout \
|
|
qgraphicsobject \
|
|
qgraphicspixmapitem \
|
|
qgraphicspolygonitem \
|
|
qgraphicsproxywidget \
|
|
qgraphicsscene \
|
|
qgraphicssceneindex \
|
|
qgraphicstransform \
|
|
qgraphicsview \
|
|
qgraphicswidget \
|
|
|
|
!qtConfig(private_tests): SUBDIRS -= \
|
|
qgraphicsanchorlayout \
|
|
qgraphicsanchorlayout1 \
|
|
qgraphicsitem \
|
|
qgraphicsscene \
|
|
qgraphicssceneindex \
|
|
|
|
# These tests require the fusion style
|
|
!contains(styles, fusion):SUBDIRS -= \
|
|
qgraphicsproxywidget \
|
|
qgraphicswidget \
|