tst_QFactoryLoader: includemocs

For some reason android in CI failed to include the
moc file through the mocs_compilation file.

It's an issue that needs some investigation, but
in the interest of time just include the moc file
directly.

Change-Id: I079588598a6f4137ef1fccc482795d703b59bc6e
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit c468dfedd6413994a72c41a53eadd1944eb52e6d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 1fd6f41eb26f31995412ac2ac1e95578b3b8147f)
(cherry picked from commit dab953f3fc018fd33f1f1f157ccee9dba67c1d00)
This commit is contained in:
Mårten Nordheim 2024-03-12 09:36:27 +01:00 committed by Qt Cherry-pick Bot
parent 3ae6d5da77
commit e29d3e984b
2 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,5 @@ QString Plugin1::pluginName() const
{
return QLatin1String("Plugin1 ok");
}
#include "moc_plugin1.cpp"

View File

@ -7,3 +7,5 @@ QString Plugin2::pluginName() const
{
return QLatin1String("Plugin2 ok");
}
#include "moc_plugin2.cpp"