Fix slidingpopupstest when run without installtion

It tries to load scripted effects, so needs same adjustement.
This commit is contained in:
Martin Flöser 2018-11-07 10:51:07 +01:00
parent 43fc7f1bad
commit f27f8a267f

View file

@ -60,6 +60,7 @@ private Q_SLOTS:
void SlidingPopupsTest::initTestCase()
{
qputenv("XDG_DATA_DIRS", QCoreApplication::applicationDirPath().toUtf8());
qRegisterMetaType<KWin::ShellClient*>();
qRegisterMetaType<KWin::AbstractClient*>();
qRegisterMetaType<KWin::Deleted*>();