Fixed indentation mistakes.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
This commit is contained in:
parent
bb39c847d3
commit
37fb36e1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue