CMake/Tests/QtAutogen/generated.cpp
Stephen Kelly 1320e0768e cmQtAutogen: Allow specifying depends for autogen targets.
Test this by generating files with a custom target, which moc
requires to be present when it is run.
2013-11-25 22:41:21 +01:00

11 lines
118 B
C++

#include "generated.h"
Generated::Generated(QObject *parent)
: QObject(parent)
{
}
#include "moc_generated.cpp"