From d7717ecc86a530916ba4b952c1632f7d760202ea Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Sun, 16 Dec 2018 20:23:30 +0100 Subject: [PATCH] Added find_package --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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