CMake/Tests/Qt4Targets/IncrementalMoc/foo.h

10 lines
74 B
C++

#include <QObject>
class Foo : QObject
{
Q_OBJECT
public:
Foo();
};