CMake/Source/cmQtAutomoc.h

12 lines
142 B
C
Raw Normal View History

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