#ifndef cmQtAutomoc_h #define cmQtAutomoc_h class cmQtAutomoc { public: cmQtAutomoc(); bool Run(const char* targetDirectory); }; #endif