From af406da633d5566298ac2846d55e001749a2a146 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 5 Aug 2016 22:29:04 +0900 Subject: Restore accidentally merged-out find_package() lines --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa5abe56..1e5dae8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) +find_package(Qt5Core 5.2.0) # For JSON (de)serialization +find_package(Qt5Network 5.2.0) # For networking +find_package(Qt5Gui 5.2.0) # For userpics message( STATUS ) message( STATUS "================================================================================" ) -- cgit v1.2.3