summaryrefslogtreecommitdiffstats
path: root/examples/webengine/recipebrowser
diff options
context:
space:
mode:
authorBalazs Egedi <egedib@inf.u-szeged.hu>2021-07-01 16:19:28 +0200
committerBalazs Egedi <egedib@inf.u-szeged.hu>2021-07-09 00:40:55 +0200
commit3668c27dee6afe1ef0e05df4fc6c5a3450e84901 (patch)
treeaa2fe000f9af57612fe3192fed28aac53766b9e9 /examples/webengine/recipebrowser
parent83abbe3fdfd2cf3d0334d5f7388ae30962147f3c (diff)
Fix project files in Quick examples
- Fix typos - Fix Quick Controls 2 dependencies Pick-to: 6.2 Change-Id: I3f8d2314a78f9193ce20b69cf2b1ed87311d4870 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples/webengine/recipebrowser')
-rw-r--r--examples/webengine/recipebrowser/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/webengine/recipebrowser/CMakeLists.txt b/examples/webengine/recipebrowser/CMakeLists.txt
index 2464a1e63..8af1aa340 100644
--- a/examples/webengine/recipebrowser/CMakeLists.txt
+++ b/examples/webengine/recipebrowser/CMakeLists.txt
@@ -33,7 +33,7 @@ target_link_libraries(recipebrowser PUBLIC
Qt::Qml
Qt::Quick
Qt::QuickControls2
- Qt::WebEngineQucik
+ Qt::WebEngineQuick
)
@@ -115,10 +115,10 @@ set(resources_resource_files
"resources/pages/pasta.html"
"resources/pages/pizza.html"
"resources/pages/skewers.html"
- "reosurces/pages/soup.html"
- "reosurces/pages/steak.html"
- "reosurces/qml/RecipeList.qml"
- "reosurces/qml/main.qml"
+ "resources/pages/soup.html"
+ "resources/pages/steak.html"
+ "resources/qml/main.qml"
+ "resources/qml/RecipeList.qml"
)
qt6_add_resources(recipebrowser "resources"