mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
Update the Qt requirement to what we actually test on CI
This commit is contained in:
parent
bd31ef1587
commit
e9e0f2085d
@ -44,7 +44,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" )
|
|||||||
# Do not automatically link Qt executables to qtmain target on Windows.
|
# Do not automatically link Qt executables to qtmain target on Windows.
|
||||||
# QCA exucatables use console mode only. Not need to link against qtmain.lib.
|
# QCA exucatables use console mode only. Not need to link against qtmain.lib.
|
||||||
set(Qt5_NO_LINK_QTMAIN ON)
|
set(Qt5_NO_LINK_QTMAIN ON)
|
||||||
find_package(Qt5 5.6 REQUIRED Core)
|
find_package(Qt5 5.9 REQUIRED Core)
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
|
|
||||||
include(QcaMacro)
|
include(QcaMacro)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user