Add core to GUI1 linkage

This commit is contained in:
Andrew Nelless 2017-01-22 19:56:26 +00:00
parent 6a27ad617a
commit ccda3a6e4f
1 changed files with 1 additions and 1 deletions

View File

@ -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")