summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/notifications
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-05-26 17:07:52 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-05-28 09:21:44 +0200
commitb4ff1333677dc1c037b5ff5e5101016bd6a53469 (patch)
tree32093f0fdd2da7487569356e0380291b38959947 /examples/webenginewidgets/notifications
parent061c8adf127035dbfca39f2ce617e4e01afa8fed (diff)
Use fixed qt_add_resource BASE argument
Task-number: QTBUG-86726 Change-Id: I33ec2a73254d9b44de83f4f5491f372b4bb9959b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/webenginewidgets/notifications')
-rw-r--r--examples/webenginewidgets/notifications/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webenginewidgets/notifications/CMakeLists.txt b/examples/webenginewidgets/notifications/CMakeLists.txt
index 722d1c61e..0f6e504d9 100644
--- a/examples/webenginewidgets/notifications/CMakeLists.txt
+++ b/examples/webenginewidgets/notifications/CMakeLists.txt
@@ -34,8 +34,8 @@ target_link_libraries(notifications PUBLIC
# Resources:
set(data_resource_files
- "icon.png"
- "index.html"
+ "data/icon.png"
+ "data/index.html"
)
qt6_add_resources(notifications "data"