
cmake_minimum_required(VERSION 2.8)

project(qmake_cmake_files)

enable_testing()

add_test(dummy ${CMAKE_COMMAND} -E echo)

