diff --git a/CMakeLists.txt b/CMakeLists.txt index a8f70d1..b1a30bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ endif() target_include_directories(QtZeroConf PUBLIC $ - $ + $ ) target_link_libraries(QtZeroConf PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Network)