aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <[email protected]>2016-04-13 21:10:36 +0200
committerJ-P Nurmi <[email protected]>2016-04-13 19:11:51 +0000
commit2eb20eb79c144457cad5a9931904eb6aca73f871 (patch)
treee70a4a036b371139eb81b14ddbe62a2f4b4cc0d5
parente0a22f71b24edd6244c6968d7152ea32de8a381f (diff)
CMake: test QQuickStyle include
-rw-r--r--tests/auto/cmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index 3d77b9e518..0c6723dc54 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -9,4 +9,5 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
test_module_includes(
+ QuickControls2 QQuickStyle
)