Use Qt6:: syntax for Qt modules

This commit is contained in:
luisangelsm
2026-03-30 17:48:33 +02:00
parent 79a8acbd42
commit e2ddb7eaaf
12 changed files with 77 additions and 77 deletions

View File

@ -125,4 +125,4 @@ else()
endif()
# Qt, yr_global, and QsLog are needed by all backends
target_link_libraries(cbx_backend PRIVATE Qt::Core yr_global QsLog)
target_link_libraries(cbx_backend PRIVATE Qt6::Core yr_global QsLog)