Fix slidingpopupstest when run without installtion
It tries to load scripted effects, so needs same adjustement.
This commit is contained in:
parent
43fc7f1bad
commit
f27f8a267f
1 changed files with 1 additions and 0 deletions
|
@ -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*>();
|
||||
|
|
Loading…
Reference in a new issue