1
0
Fork 0

enabe MOC for qt platform driver

This commit is contained in:
Kevin Matz 2021-09-14 09:52:43 -04:00
parent ad6098c553
commit 0afb725606
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ project(QsACN VERSION 0.1 LANGUAGES CXX)
find_package(Qt6 COMPONENTS Network REQUIRED)
set(CMAKE_AUTOMOC ON)
add_library(${PROJECT_NAME} STATIC)
target_sources(${PROJECT_NAME}