3 changed files with 18 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||
|
|
||||
|
cmake_minimum_required(VERSION 2.8) |
||||
|
|
||||
|
project(qmake_cmake_files) |
||||
|
|
||||
|
enable_testing() |
||||
|
|
||||
|
add_test(dummy ${CMAKE_COMMAND} -E echo) |
||||
|
|
@ -0,0 +1,7 @@ |
|||||
|
|
||||
|
# Cause make to do nothing. |
||||
|
TEMPLATE = subdirs |
||||
|
|
||||
|
CMAKE_QT_MODULES_UNDER_TEST = xlsx |
||||
|
|
||||
|
CONFIG += ctest_testcase |
Loading…
Reference in new issue