mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibWebView: Enable in Windows CI
This commit is contained in:
Notes:
github-actions[bot]
2025-08-23 22:07:48 +00:00
Author: https://github.com/ayeteadoe Commit: https://github.com/LadybirdBrowser/ladybird/commit/ee3c033de2b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5229 Reviewed-by: https://github.com/ADKaster ✅
@@ -62,7 +62,7 @@ if (ANDROID AND ENABLE_QT)
|
||||
set(ENABLE_QT OFF CACHE BOOL "" FORCE)
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT AND ENABLE_GUI_TARGETS AND (NOT WIN32 OR NOT ENABLE_WINDOWS_CI))
|
||||
if (ENABLE_QT AND ENABLE_GUI_TARGETS)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
@@ -74,7 +74,7 @@ find_package(OpenSSL REQUIRED)
|
||||
|
||||
include(CTest) # for BUILD_TESTING option, default ON
|
||||
|
||||
if (ENABLE_GUI_TARGETS AND (NOT WIN32 OR NOT ENABLE_WINDOWS_CI))
|
||||
if (ENABLE_GUI_TARGETS)
|
||||
add_subdirectory(Services)
|
||||
add_subdirectory(UI)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user