mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
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.
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
@MAIN_INCLUDES@
|
|
|
|
int main(int argv, char** args)
|
|
{
|
|
@MAIN_ITEMS@
|
|
return 0;
|
|
}
|