mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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"
|