~ubuntu-branches/ubuntu/trusty/qtsensors-opensource-src/trusty

« back to all changes in this revision

Viewing changes to tests/auto/cmake/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-01-18 13:56:03 UTC
  • Revision ID: package-import@ubuntu.com-20130118135603-c432dmckovecfomj
Tags: upstream-5.0~git20130115
ImportĀ upstreamĀ versionĀ 5.0~git20130115

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
cmake_minimum_required(VERSION 2.8)
 
3
 
 
4
project(qmake_cmake_files)
 
5
 
 
6
enable_testing()
 
7
 
 
8
find_package(Qt5Core REQUIRED)
 
9
 
 
10
include("${_Qt5CTestMacros}")
 
11
 
 
12
expect_pass(test_modules)