CMake/Tests/QtAutogenRerun/mocPlugin/main.cpp
Sebastian Holtermann 0e434fcf04 Autogen: Move repeated tests to new QtAutogenRerun test
By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun
test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25%
faster.
2017-07-21 17:03:40 +02:00

7 lines
71 B
C++

#include "StyleA.hpp"
int main(int argv, char** args)
{
return 0;
}