diff --git a/CMakeLists.txt b/CMakeLists.txt index d72db49..6b11926 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,6 @@ +find_package(Qt5Core CONFIG REQUIRED) +find_package(Qt5Network CONFIG REQUIRED) + set(HEADERS helloworldapplication.h helloworldplugin.h