diff options
Diffstat (limited to 'examples/corelib/threads')
5 files changed, 9 insertions, 9 deletions
diff --git a/examples/corelib/threads/CMakeLists.txt b/examples/corelib/threads/CMakeLists.txt index 694e23a6db5..4ced9a50e59 100644 --- a/examples/corelib/threads/CMakeLists.txt +++ b/examples/corelib/threads/CMakeLists.txt @@ -3,7 +3,7 @@ qt_internal_add_example(semaphores) qt_internal_add_example(waitconditions) -if(TARGET Qt::Widgets) +if(TARGET Qt6::Widgets) qt_internal_add_example(mandelbrot) qt_internal_add_example(queuedcustomtype) endif() diff --git a/examples/corelib/threads/mandelbrot/CMakeLists.txt b/examples/corelib/threads/mandelbrot/CMakeLists.txt index d72e6db37fd..8b4b1be4bdb 100644 --- a/examples/corelib/threads/mandelbrot/CMakeLists.txt +++ b/examples/corelib/threads/mandelbrot/CMakeLists.txt @@ -26,9 +26,9 @@ set_target_properties(mandelbrot PROPERTIES ) target_link_libraries(mandelbrot PUBLIC - Qt::Core - Qt::Gui - Qt::Widgets + Qt6::Core + Qt6::Gui + Qt6::Widgets ) install(TARGETS mandelbrot diff --git a/examples/corelib/threads/queuedcustomtype/CMakeLists.txt b/examples/corelib/threads/queuedcustomtype/CMakeLists.txt index d0895378ac0..50504876867 100644 --- a/examples/corelib/threads/queuedcustomtype/CMakeLists.txt +++ b/examples/corelib/threads/queuedcustomtype/CMakeLists.txt @@ -27,9 +27,9 @@ set_target_properties(queuedcustomtype PROPERTIES ) target_link_libraries(queuedcustomtype PUBLIC - Qt::Core - Qt::Gui - Qt::Widgets + Qt6::Core + Qt6::Gui + Qt6::Widgets ) install(TARGETS queuedcustomtype diff --git a/examples/corelib/threads/semaphores/CMakeLists.txt b/examples/corelib/threads/semaphores/CMakeLists.txt index d84d95d0cff..652ab05bcb0 100644 --- a/examples/corelib/threads/semaphores/CMakeLists.txt +++ b/examples/corelib/threads/semaphores/CMakeLists.txt @@ -19,7 +19,7 @@ qt_add_executable(semaphores ) target_link_libraries(semaphores PUBLIC - Qt::Core + Qt6::Core ) install(TARGETS semaphores diff --git a/examples/corelib/threads/waitconditions/CMakeLists.txt b/examples/corelib/threads/waitconditions/CMakeLists.txt index b89b2b291ee..d8b8ae58622 100644 --- a/examples/corelib/threads/waitconditions/CMakeLists.txt +++ b/examples/corelib/threads/waitconditions/CMakeLists.txt @@ -19,7 +19,7 @@ qt_add_executable(waitconditions ) target_link_libraries(waitconditions PUBLIC - Qt::Core + Qt6::Core ) install(TARGETS waitconditions |
