Add Qt5 core module to GUI1 linkage

This commit is contained in:
Andrew Nelless 2017-01-23 23:49:40 +00:00
parent e779b2b49a
commit 1a536acdff
1 changed files with 1 additions and 1 deletions

View File

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