CMake: Test module includes

Change-Id: I1676efff8071fa0fae13bb484a5e18928e35f663
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Stephen Kelly
2012-10-29 10:34:41 +01:00
committed by The Qt Project
parent 441ce7e6d6
commit f844c8d90c

View File

@@ -10,3 +10,10 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
expect_pass(test_modules)
set(Qt5_MODULE_TEST_DEPENDS Network Widgets)
test_module_includes(
Multimedia QCamera
MultimediaWidgets QVideoWidget
)