Issue #50, Add a dummy unittest for cmake to make Qt5.3.2 happy

The error is caused by Qt base SHA:
c2c90b95bf8304e69a5f0a586c607105cc104f83
This commit is contained in:
Debao Zhang
2014-10-20 13:50:04 +08:00
parent e10976ab90
commit 16b3132da9
3 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ SUBDIRS=\
format \
richstring \
xlsxconditionalformatting \
cellreference
cellreference \
cmake
+9
View File
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 2.8)
project(qmake_cmake_files)
enable_testing()
add_test(dummy ${CMAKE_COMMAND} -E echo)
+7
View File
@@ -0,0 +1,7 @@
# Cause make to do nothing.
TEMPLATE = subdirs
CMAKE_QT_MODULES_UNDER_TEST = xlsx
CONFIG += ctest_testcase