From f27f8a267fff1fe30659d70699fc5a79cd1487de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Wed, 7 Nov 2018 10:51:07 +0100 Subject: [PATCH] Fix slidingpopupstest when run without installtion It tries to load scripted effects, so needs same adjustement. --- autotests/integration/effects/slidingpopups_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/effects/slidingpopups_test.cpp b/autotests/integration/effects/slidingpopups_test.cpp index ded4baa1cd..3902c07ea5 100644 --- a/autotests/integration/effects/slidingpopups_test.cpp +++ b/autotests/integration/effects/slidingpopups_test.cpp @@ -60,6 +60,7 @@ private Q_SLOTS: void SlidingPopupsTest::initTestCase() { + qputenv("XDG_DATA_DIRS", QCoreApplication::applicationDirPath().toUtf8()); qRegisterMetaType(); qRegisterMetaType(); qRegisterMetaType();