https://github.com/Kitware/CMake
Revision 41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4 authored by Sebastian Holtermann on 06 August 2016, 11:33:46 UTC, committed by Brad King on 10 August 2016, 17:21:33 UTC
Use cmFilePathUuid for moc files.

Closes: #12873
1 parent 3c3b37b
Raw File
Tip revision: 41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4 authored by Sebastian Holtermann on 06 August 2016, 11:33:46 UTC
QtAutogen: Allow multiple moc files with the same name
Tip revision: 41c9e14
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...
back to top