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:
parent
4db3faef6b
commit
1e4ab2a02a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user