cmake_minimum_required(VERSION 3.10)

project(QtAutomocNoQt)

set(CMAKE_AUTOMOC ON)

add_executable(hello main.c)