summaryrefslogtreecommitdiffstats
path: root/examples/nfc/annotatedurl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/annotatedurl/CMakeLists.txt')
-rw-r--r--examples/nfc/annotatedurl/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/nfc/annotatedurl/CMakeLists.txt b/examples/nfc/annotatedurl/CMakeLists.txt
index 6378dde4..39894448 100644
--- a/examples/nfc/annotatedurl/CMakeLists.txt
+++ b/examples/nfc/annotatedurl/CMakeLists.txt
@@ -33,10 +33,10 @@ if(IOS)
endif()
target_link_libraries(annotatedurl PRIVATE
- Qt::Core
- Qt::Gui
- Qt::Nfc
- Qt::Widgets
+ Qt6::Core
+ Qt6::Gui
+ Qt6::Nfc
+ Qt6::Widgets
)
if(ANDROID)