Test that the package configs for QtMultimedia work.

Change-Id: I17bbc52d6ab98cef4da6c56bfaa306a154a5aba2
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Stephen Kelly
2012-07-19 16:15:13 +02:00
committed by Qt by Nokia
parent 36ff2fe85e
commit e558ed1680
5 changed files with 99 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 2.8)
project(qmake_cmake_files)
enable_testing()
find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
expect_pass(test_modules)