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:
parent
3ae6d5da77
commit
e29d3e984b
@ -7,3 +7,5 @@ QString Plugin1::pluginName() const
|
||||
{
|
||||
return QLatin1String("Plugin1 ok");
|
||||
}
|
||||
|
||||
#include "moc_plugin1.cpp"
|
||||
|
@ -7,3 +7,5 @@ QString Plugin2::pluginName() const
|
||||
{
|
||||
return QLatin1String("Plugin2 ok");
|
||||
}
|
||||
|
||||
#include "moc_plugin2.cpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user