mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
cmake: Don't use PCH with Qt6.
This commit is contained in:
@ -180,3 +180,8 @@ if(FFmpeg_FOUND)
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
# Add precompiled header
|
||||
target_link_libraries(videocommon PRIVATE use_pch)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user