diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2014-02-10 10:14:11 +0100 |
---|---|---|
committer | Sergio Ahumada <sahumada@blackberry.com> | 2014-02-10 10:14:43 +0100 |
commit | 9b1883d2e90dd6ef92374d21e490a3de1c8330ba (patch) | |
tree | 6b9a27def885a4a055e96dfbfbe52da53da2e706 | |
parent | 47109a1ed7bf0a8b6341bc0f1ed5409f7658e96d (diff) | |
parent | 1fbbe87e6d5dc84bff70bd90b71d07f9982a8bc3 (diff) | |
download | qtgraphicaleffects-9b1883d2e90dd6ef92374d21e490a3de1c8330ba.tar.gz qtgraphicaleffects-9b1883d2e90dd6ef92374d21e490a3de1c8330ba.tar.bz2 qtgraphicaleffects-9b1883d2e90dd6ef92374d21e490a3de1c8330ba.zip |
Merge remote-tracking branch 'origin/stable' into devupstream/5.2.90+alpha
Change-Id: I82b917891d9d835ccf62b0765a43936cfc50611b
-rw-r--r-- | tests/auto/tst_qtgraphicaleffects.cpp | 2 |
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"; } |