mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 18:40:06 +00:00
Remove Qt6::WidgetsPrivate from qt6ct-widgets
This commit is contained in:
parent
6667f46c53
commit
3de270c2a1
1 changed files with 1 additions and 1 deletions
2
external/qt6ct.cmake
vendored
2
external/qt6ct.cmake
vendored
|
|
@ -46,7 +46,7 @@ target_compile_definitions(qt6ct-common PRIVATE QT6CT_LIBRARY)
|
|||
|
||||
add_library(qt6ct-widgets STATIC ${qt6ct-widgets-source})
|
||||
set_target_properties(qt6ct-widgets PROPERTIES VERSION ${QT6CT_VERSION})
|
||||
target_link_libraries(qt6ct-widgets PRIVATE Qt6::Widgets Qt6::WidgetsPrivate qt6ct-common)
|
||||
target_link_libraries(qt6ct-widgets PRIVATE Qt6::Widgets qt6ct-common)
|
||||
target_compile_definitions(qt6ct-widgets PRIVATE QT6CT_LIBRARY)
|
||||
|
||||
if (MSVC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue