Fix qt-ui vcpkg feature not getting enabled by default

This commit is contained in:
David Hrdlička
2022-03-08 16:08:24 +01:00
parent fbd29271bc
commit 19fb9a7d13

View File

@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0091 NEW)
cmake_policy(SET CMP0079 NEW)
if(QT)
if(NOT DEFINED QT OR QT)
list(APPEND VCPKG_MANIFEST_FEATURES "qt-ui")
endif()