1 2 3 4 5 6 7
cmake_minimum_required(VERSION 3.5) project(QtAutomocNoQt) set(CMAKE_AUTOMOC ON) add_executable(hello main.c)