aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-02-10 10:14:11 +0100
committerSergio Ahumada <sahumada@blackberry.com>2014-02-10 10:14:43 +0100
commit9b1883d2e90dd6ef92374d21e490a3de1c8330ba (patch)
tree6b9a27def885a4a055e96dfbfbe52da53da2e706
parent47109a1ed7bf0a8b6341bc0f1ed5409f7658e96d (diff)
parent1fbbe87e6d5dc84bff70bd90b71d07f9982a8bc3 (diff)
Merge remote-tracking branch 'origin/stable' into devv5.3.0-rc1v5.3.0-beta1v5.3.0-alpha1v5.3.0
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index a7b7020..7f17ee7 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -102,7 +102,7 @@ void tst_qtgraphicaleffects::initTestCase()
QString import;
// Allow the test to work whether or not the module is yet installed.
- if (QFile::exists(QLibraryInfo::location(QLibraryInfo::ImportsPath) + "/QtGraphicalEffects")) {
+ if (QFile::exists(QLibraryInfo::location(QLibraryInfo::Qml2ImportsPath) + "/QtGraphicalEffects")) {
// Module is installed - import it the nice way
import = "QtGraphicalEffects";
}