[CMake] Re: a question about QT_WRAP_CPP and QT_WRAP_UI

Hendrik Sattler post at hendrik-sattler.de
Fri Jun 1 13:54:45 EDT 2007


Am Freitag 01 Juni 2007 16:29 schrieb Liang Qi:
> I want to get this feature just because in some case, I need different
> extension name for different file type, then I can do different things
> about them, for example, I can store .cpp(for source file) in version
> control software, and look .c++(my own type, generate by moc) as
> generated files.

Does the naming actually matter? With ".c++" or ".cxx", both are different 
from ".cpp". And you should do out-of-source builds anyway!

HS


More information about the CMake mailing list