aboutsummaryrefslogtreecommitdiff
path: root/libraries/LocalPeer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/LocalPeer/CMakeLists.txt')
-rw-r--r--libraries/LocalPeer/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/LocalPeer/CMakeLists.txt b/libraries/LocalPeer/CMakeLists.txt
index f476da38..1e7557ec 100644
--- a/libraries/LocalPeer/CMakeLists.txt
+++ b/libraries/LocalPeer/CMakeLists.txt
@@ -1,8 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(LocalPeer)
-find_package(Qt5Core REQUIRED QUIET)
-find_package(Qt5Network REQUIRED QUIET)
+find_package(Qt5 COMPONENTS Core Network REQUIRED)
set(SINGLE_SOURCES
src/LocalPeer.cpp