From 1e4ab2a02a9dd3cccb085ca96bc0ab4721badb41 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 30 Jan 2019 11:22:43 +0100 Subject: test: fix if to depend on QT_FEATURE_style_fusion Change-Id: I3a7eadea8133af9853caf0c059c610de6e267af9 Reviewed-by: Tobias Hunger --- tests/auto/widgets/graphicsview/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/widgets/graphicsview') 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() -- cgit v1.2.3