From c21a02bcab3e8188c4c9b431cd6b506402d2b87d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 14 Jan 2022 08:04:01 +0100 Subject: Adapt build system for building against qt6 --- cmake/DbusInterfaceMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/DbusInterfaceMacros.cmake') 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} ) -- cgit v1.3