summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-08 15:59:33 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-14 15:58:11 +0000
commit2d0d936aabe6421867060f8d764041bb57aae51c (patch)
tree9504fb724ae5dbc768ef5efd71cb4a2f0f1f8925 /examples/network/torrent
parentfd8ffd6f04785ce63af8a51b7e6d480939651082 (diff)
CMake: Prefer unversioned commands
Change-Id: Ib32700ab82cf6b271c49e25d12fbad8c9c6bc1d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 28a9d116bba00fde5aaa214bb7c929efc66af971) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/network/torrent')
-rw-r--r--examples/network/torrent/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/torrent/CMakeLists.txt b/examples/network/torrent/CMakeLists.txt
index 1e98f4d341..c5480841f7 100644
--- a/examples/network/torrent/CMakeLists.txt
+++ b/examples/network/torrent/CMakeLists.txt
@@ -56,7 +56,7 @@ set(icons_resource_files
"icons/player_stop.png"
)
-qt6_add_resources(torrent "icons"
+qt_add_resources(torrent "icons"
PREFIX
"/"
FILES