https://github.com/Kitware/CMake
Revision 1b386b3407c5b0ca117253d93a815061a821413d authored by Stephen Kelly on 16 March 2013, 18:31:04 UTC, committed by Stephen Kelly on 16 March 2013, 18:31:04 UTC
1 parent 253a913
Raw File
Tip revision: 1b386b3407c5b0ca117253d93a815061a821413d authored by Stephen Kelly on 16 March 2013, 18:31:04 UTC
Document that CMAKE_AUTOMOC works with Qt 5.
Tip revision: 1b386b3
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top