Add Qt5 core module to GUI1 linkage
This commit is contained in:
parent
e779b2b49a
commit
1a536acdff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue