From: Alan Alpert Date: Tue, 21 Aug 2012 03:49:48 +0000 (+1000) Subject: Fix relative import path X-Git-Tag: 1.0_branch~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29c16206d9133d2341673b2943145941e88352e9;p=profile%2Fivi%2Fqtdeclarative.git Fix relative import path Change-Id: I4c63c4c4ca58b630a454e455360080f7e4f4e4cc Reviewed-by: Bea Lam --- diff --git a/examples/localstorage/localstorage/localstorage.qml b/examples/localstorage/localstorage/localstorage.qml index 714774c..f492b65 100644 --- a/examples/localstorage/localstorage/localstorage.qml +++ b/examples/localstorage/localstorage/localstorage.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.0 -import "../shared" as Examples +import "../../shared" as Examples /*! \title QtQuick Examples - Local Storage