diff options
author | Jeremy Whiting <jeremy.whiting@collabora.com> | 2011-11-07 17:07:33 -0700 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-11-22 17:17:33 -0200 |
commit | eca5a43c556509cb4cefdeb50783fb0f0f54129c (patch) | |
tree | e3ccd5f594e6543352fd558df2f6281696cd56bd /cmake/modules | |
parent | e787c4422154da00c9867447c34629896f109785 (diff) |
Rename TELEPATHY_QT4_NO_EXPORT to TP_QT_NO_EXPORT.
Diffstat (limited to 'cmake/modules')
-rw-r--r-- | cmake/modules/TpQt4Macros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/TpQt4Macros.cmake b/cmake/modules/TpQt4Macros.cmake index cd67618b..e9800364 100644 --- a/cmake/modules/TpQt4Macros.cmake +++ b/cmake/modules/TpQt4Macros.cmake @@ -236,7 +236,7 @@ function(tpqt4_future_client_generator spec namespace) --extraincludes=${TYPES_INCLUDE} --extraincludes='<TelepathyQt4/Types>' --extraincludes='<TelepathyQt4/future-internal.h>' - --visibility=TELEPATHY_QT4_NO_EXPORT + --visibility=TP_QT_NO_EXPORT ${future_client_generator_args}) add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/_gen/future-${spec}.h ${CMAKE_CURRENT_BINARY_DIR}/_gen/future-${spec}-body.hpp COMMAND ${PYTHON_EXECUTABLE} |