qt: Fix windows clang & vcpkg build
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user