test: fix if to depend on QT_FEATURE_style_fusion

Change-Id: I3a7eadea8133af9853caf0c059c610de6e267af9
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Albert Astals Cid 2019-01-30 11:22:43 +01:00
parent 4db3faef6b
commit 1e4ab2a02a

View File

@ -19,7 +19,7 @@ if (NOT WINRT)
add_subdirectory(qgraphicsview)
endif()
if(FALSE) # FIXME: How to test for fusion style?!
if(QT_FEATURE_style_fusion)
add_subdirectory(qgraphicsproxywidget)
add_subdirectory(qgraphicswidget)
endif()