qt: Fix windows clang & vcpkg build

This commit is contained in:
ts-korhonen
2021-12-19 23:49:47 +02:00
parent 61563bea57
commit 3b16136142
5 changed files with 14 additions and 3 deletions

View File

@@ -107,6 +107,11 @@ add_library(ui STATIC
../qt_resources.qrc
)
if(NOT MINGW)
target_sources(plat PRIVATE ../win/win_opendir.c)
target_sources(plat PRIVATE ../nvr.c)
endif()
if (APPLE)
target_sources(ui PRIVATE macos_event_filter.mm)
endif()