Commit 8f0e9d82 authored by Stephen Kelly's avatar Stephen Kelly Committed by The Qt Project
Browse files

CMake: Test module includes


Change-Id: I87c2686c2ac2c5f7fb93395175c780701551b9d7
Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
parent 6afdfc7d
No related merge requests found
Showing with 6 additions and 0 deletions
...@@ -10,3 +10,9 @@ find_package(Qt5Core REQUIRED) ...@@ -10,3 +10,9 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}") include("${_Qt5CTestMacros}")
expect_pass(test_modules) expect_pass(test_modules)
set(Qt5_MODULE_TEST_DEPENDS Network)
test_module_includes(
XmlPatterns QXmlQuery
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment