Files
CMake/Tests/RunCMake/Ninja/app.cpp
Alexandru Croitor 7445c9a58a AutoGen: Add test to check for correct AutoMoc dependencies
When using Qt 5.15.0 or above together with Ninja, check that touching
a source file of a dependency does not needlessly re-run AUTOMOC for
the dependee target.
2020-08-03 19:38:16 +02:00

7 lines
77 B
C++

int main(int argc, char* argv[])
{
(void)argc;
(void)argv;
return 0;
}