diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1bed63101..cff030238 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -464,6 +464,8 @@ if( BUILD_KDESKTOP ) if( NOT DBUS_1_TQT_FOUND ) tde_message_fatal( "dbus-1-tqt is required, but was not found on your system" ) endif( ) + + tde_setup_dbus( dbus-1-tqt ) endif( ) |