Fix slidingpopupstest when run without installtion

It tries to load scripted effects, so needs same adjustement.
remotes/origin/davidedmundson/hwcomposoer_mod
Martin Flöser 7 years ago
parent 43fc7f1bad
commit f27f8a267f
  1. 1
      autotests/integration/effects/slidingpopups_test.cpp

@ -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…
Cancel
Save