diff --git a/kmyfirewall/ipteditor/CMakeLists.txt b/kmyfirewall/ipteditor/CMakeLists.txt index 66d39e6..b981174 100644 --- a/kmyfirewall/ipteditor/CMakeLists.txt +++ b/kmyfirewall/ipteditor/CMakeLists.txt @@ -14,6 +14,12 @@ tde_add_library( kmfipteditorpart SHARED AUTOMOC DESTINATION ${PLUGIN_INSTALL_DIR} ) +set_property( + SOURCE kmfruleedit.h + APPEND PROPERTY OBJECT_DEPENDS + ${CMAKE_BINARY_DIR}/kmyfirewall/ipteditor/kmyfirewallruleeditor.h +) + ##### other data diff --git a/kmyfirewall/ruleoptionplugins/log_target_option/CMakeLists.txt b/kmyfirewall/ruleoptionplugins/log_target_option/CMakeLists.txt index 532e1c7..dc0ba76 100644 --- a/kmyfirewall/ruleoptionplugins/log_target_option/CMakeLists.txt +++ b/kmyfirewall/ruleoptionplugins/log_target_option/CMakeLists.txt @@ -13,6 +13,12 @@ tde_add_library( kmfruletargetoptionedit_log SHARED AUTOMOC DESTINATION ${PLUGIN_INSTALL_DIR} ) +set_property( + SOURCE kmfruletargetoptioneditlog.cpp + APPEND PROPERTY OBJECT_DEPENDS + ${CMAKE_BINARY_DIR}/kmyfirewall/ipteditor/kmyfirewallruleeditor.h +) + ##### other data