mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-12 23:42:45 -05:00
Fix tests on jenkins
Qt also has a tga image plugin so unless we make sure ours is used first tests are not testing what they should On a side note their plugin fails our tests so someone with enough time should report the failures to them
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
int main(int argc, char ** argv)
|
||||
{
|
||||
QCoreApplication app(argc, argv);
|
||||
QCoreApplication::removeLibraryPath(QStringLiteral(PLUGIN_DIR));
|
||||
QCoreApplication::addLibraryPath(QStringLiteral(PLUGIN_DIR));
|
||||
QCoreApplication::setApplicationName(QStringLiteral("readtest"));
|
||||
QCoreApplication::setApplicationVersion(QStringLiteral("1.0.0"));
|
||||
|
||||
Reference in New Issue
Block a user