diff options
| author | Laurent Montel <[email protected]> | 2022-01-14 08:04:01 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-01-14 08:04:01 +0100 |
| commit | c21a02bcab3e8188c4c9b431cd6b506402d2b87d (patch) | |
| tree | daa72ab1a7cf788e40b424bf69779ca4b04eed2f /cmake/DbusInterfaceMacros.cmake | |
| parent | 8bc7f72a731904f4cc0669333e5db39613246e9e (diff) | |
Adapt build system for building against qt6
Diffstat (limited to 'cmake/DbusInterfaceMacros.cmake')
| -rw-r--r-- | cmake/DbusInterfaceMacros.cmake | 2 |
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} ) |
