~ubuntu-branches/debian/stretch/kservice/stretch

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-08-30 20:01:57 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20150830200157-o3wmxkhmwu3uur6d
Tags: 5.13.0-1
New upstream release (5.13.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
include(ECMMarkAsTest)
7
7
 
8
 
find_package(Qt5 5.2.0 CONFIG REQUIRED Test)
 
8
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
9
9
 
10
10
macro(kservice_executable_tests)
11
11
  foreach(_testname ${ARGN})