aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 21:10:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 19:11:51 +0000
commit2eb20eb79c144457cad5a9931904eb6aca73f871 (patch)
treee70a4a036b371139eb81b14ddbe62a2f4b4cc0d5 /tests/auto/cmake
parente0a22f71b24edd6244c6968d7152ea32de8a381f (diff)
CMake: test QQuickStyle include
Change-Id: Ica10a85ccf13b5b8ee8c8a5430b9a4afe83c5da5 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/cmake')
-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 3d77b9e5..0c6723dc 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
)