mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
1320e0768e
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"
|