From ccda3a6e4fa548f2f159859898f5e63978460e32 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Sun, 22 Jan 2017 19:56:26 +0000 Subject: [PATCH] Add core 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 23088f98..dccc421b 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -24,7 +24,7 @@ if (WIN32) PATH_SUFFIXES "Lib/x64") endif() -qt5_use_modules (synergyx Widgets Network) +qt5_use_modules (synergyx Core Widgets Network) target_link_libraries (synergyx ${DNSSD_LIB} shared) set_target_properties (synergyx PROPERTIES LINK_FLAGS "/NODEFAULTLIB:LIBCMT")