summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-02-16 00:20:56 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-02 10:26:29 -0300
commita114d09e0f516232fea63721ac015dad0fa1c980 (patch)
tree18b8c7e03fa6a5d76d2770479c2e935e600fdad8 /cmake/modules
parent5ce108ed5b2ca19f241b2c8664ea4f40dbcaeed9 (diff)
TpQtMacros.cmake: Remove redundant call to append generated file to telepathy_qt_SRCS.
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/TpQtMacros.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/TpQtMacros.cmake b/cmake/modules/TpQtMacros.cmake
index a3a89428..27e65ca4 100644
--- a/cmake/modules/TpQtMacros.cmake
+++ b/cmake/modules/TpQtMacros.cmake
@@ -225,7 +225,6 @@ function(tpqt_client_generator spec group pretty_include namespace)
tpqt_generate_moc_i_target_deps(${CMAKE_CURRENT_BINARY_DIR}/_gen/cli-${spec}.h
${CMAKE_CURRENT_BINARY_DIR}/_gen/cli-${spec}.moc.hpp
"generate_cli-${spec}-body")
- list(APPEND telepathy_qt_SRCS ${CMAKE_CURRENT_BINARY_DIR}/_gen/cli-${spec}.moc.hpp)
endfunction(tpqt_client_generator spec group pretty_include namespace)
function(tpqt_future_client_generator spec namespace)