From 1a536acdffcf4d7b60741f214ad48633105074a6 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Mon, 23 Jan 2017 23:49:40 +0000 Subject: [PATCH] Add Qt5 core module to GUI1 linkage --- src/gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index dccc421b..e8443181 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.4) -find_package (Qt5 COMPONENTS Widgets Network) +find_package (Qt5 COMPONENTS Core Widgets Network) set (CMAKE_AUTOMOC ON) set (CMAKE_AUTORCC ON) set (CMAKE_AUTOUIC ON)