┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-01-14 08:04:01 +0100
committerLaurent Montel <[email protected]>2022-01-14 08:04:01 +0100
commitc21a02bcab3e8188c4c9b431cd6b506402d2b87d (patch)
treedaa72ab1a7cf788e40b424bf69779ca4b04eed2f /cmake
parent8bc7f72a731904f4cc0669333e5db39613246e9e (diff)
Adapt build system for building against qt6
Diffstat (limited to 'cmake')
-rw-r--r--cmake/DbusInterfaceMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/DbusInterfaceMacros.cmake b/cmake/DbusInterfaceMacros.cmake
index b5f6a80b0..e2e324602 100644
--- a/cmake/DbusInterfaceMacros.cmake
+++ b/cmake/DbusInterfaceMacros.cmake
@@ -1,5 +1,5 @@
macro (generate_and_install_dbus_interface main_project_target header_file output_xml_file)
- qt5_generate_dbus_interface(
+ qt_generate_dbus_interface(
${header_file}
${output_xml_file}
)