Files
QtXlsxWriter/tests/auto/cmake/CMakeLists.txt
T
Debao Zhang 16b3132da9 Issue #50, Add a dummy unittest for cmake to make Qt5.3.2 happy
The error is caused by Qt base SHA:
c2c90b95bf8304e69a5f0a586c607105cc104f83
2014-10-20 13:50:04 +08:00

10 lines
126 B
CMake

cmake_minimum_required(VERSION 2.8)
project(qmake_cmake_files)
enable_testing()
add_test(dummy ${CMAKE_COMMAND} -E echo)