mirror of
https://github.com/reactos/CMake.git
synced 2025-03-05 02:17:05 +00:00

Test this by generating files with a custom target, which moc requires to be present when it is run.
11 lines
118 B
C++
11 lines
118 B
C++
|
|
#include "generated.h"
|
|
|
|
Generated::Generated(QObject *parent)
|
|
: QObject(parent)
|
|
{
|
|
|
|
}
|
|
|
|
#include "moc_generated.cpp"
|