diff options
author | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2010-12-20 17:49:54 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2012-03-08 16:48:01 -0300 |
commit | 3e66025bbb698ddd491d502bbb9f9483b17d82a0 (patch) | |
tree | 5f91d2f7f1de26d880605f3ba06dc5368427a67c /cmake/Macros/PySideModules.cmake | |
parent | 3f0291dfe49cdf15325600aba362a0fc5662d19d (diff) |
Diffstat (limited to 'cmake/Macros/PySideModules.cmake')
-rw-r--r-- | cmake/Macros/PySideModules.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Macros/PySideModules.cmake b/cmake/Macros/PySideModules.cmake index 639a0abd6..060f4a6d8 100644 --- a/cmake/Macros/PySideModules.cmake +++ b/cmake/Macros/PySideModules.cmake @@ -77,7 +77,7 @@ macro(check_qt_class module class global_sources) file(WRITE ${SRC_FILE} "#include <${include_file}>\n" "#include <typeinfo>\n" - "${NAMESPACE_USE}\n" + "${NAMESPACE_USE}\n" "int main() { typeid(${class}); }\n" ) try_compile(Q_WORKS ${CMAKE_BINARY_DIR} |