diff --git a/tests/unit/mockup/coreplugin/icore.h b/tests/unit/mockup/coreplugin/icore.h new file mode 100644 index 00000000000..b89f53b843d --- /dev/null +++ b/tests/unit/mockup/coreplugin/icore.h @@ -0,0 +1,10 @@ +#include + +namespace Core { +namespace ICore { +static QString userResourcePath() +{ + return QDir::tempPath(); +} +} // namespace ICore +} // namespace Core