summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 11:22:43 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 16:12:53 +0000
commit1e4ab2a02a9dd3cccb085ca96bc0ab4721badb41 (patch)
tree3e005bba0c2b45f7ec36d56b0839ef76c37410b4 /tests/auto/widgets/graphicsview
parent4db3faef6bf41688ad9630fe3e0104fb69255c9f (diff)
test: fix if to depend on QT_FEATURE_style_fusion
Change-Id: I3a7eadea8133af9853caf0c059c610de6e267af9 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'tests/auto/widgets/graphicsview')
-rw-r--r--tests/auto/widgets/graphicsview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/graphicsview/CMakeLists.txt b/tests/auto/widgets/graphicsview/CMakeLists.txt
index 8007ac18a0..5d6650db4a 100644
--- a/tests/auto/widgets/graphicsview/CMakeLists.txt
+++ b/tests/auto/widgets/graphicsview/CMakeLists.txt
@@ -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()