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
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top