Commit 3c4574e3 authored by Stephen Kelly's avatar Stephen Kelly Committed by The Qt Project
Browse files

CMake: Add a test for module includes


Change-Id: Ie9fd7929c1ea22f8acf51bafce64ade74d51a00e
Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
parent a58a4e0c
Branches
Tags
No related merge requests found
Showing with 7 additions and 0 deletions
......@@ -10,3 +10,10 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
expect_pass(test_modules)
set(Qt5_MODULE_TEST_DEPENDS Network Gui)
test_module_includes(
Qml QQmlEngine
Quick QQuickWindow
)
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