summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-09-09 12:50:37 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-09 11:53:57 +0000
commit316db244bd6eccd53b8857c1a260f1c7646095a6 (patch)
treea9522c4a46d95240e80be44d38fc8a799815bbfd /examples
parent94cbd067349e315e8d1f8798228ade0b77a65b79 (diff)
Fixup examples find_package call
Change-Id: Ie484430f3d719f27bcb8b58709705ed8672e3b70 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'examples')
-rw-r--r--examples/oauth/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/oauth/CMakeLists.txt b/examples/oauth/CMakeLists.txt
index d158b6e..bd3caec 100644
--- a/examples/oauth/CMakeLists.txt
+++ b/examples/oauth/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from oauth.pro.
-find_package(Qt5 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Widgets)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Widgets)
if(TARGET Qt::Widgets)
add_subdirectory(twittertimeline)