blob: 34bbf980bbf2ab6bf4fb903dbb411e847519f20b [file] [log] [blame]
cmake_minimum_required(VERSION 2.8)
project(qmake_cmake_files)
enable_testing()
find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
set(qt_module_includes
Bluetooth QBluetoothAddress
Nfc QNdefRecord
)
test_module_includes(
${qt_module_includes}
)