CMake/Tests/QtAutogen/ManySources/main.cpp.in
Sebastian Holtermann 58f04b6ecf Autogen: Add ManySources test
The QtAutogen/ManySources test generates a number of source, header, .ui and
.qrc files that get AUTOMOC, AUTOUIC and AUTORCC processed.  This stresses the
concurrency framework in `cmQtAutoMocUic` and should reveal any issues
with that.
2019-04-15 16:07:14 +02:00

8 lines
80 B
C++

@MAIN_INCLUDES@
int main(int argv, char** args)
{
@MAIN_ITEMS@
return 0;
}