~josharenson/unity8/fix_trust_store_focus

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_Stage.qml

  • Committer: Michał Sawicz
  • Date: 2013-12-17 16:04:47 UTC
  • mto: This revision was merged to the branch mainline in revision 600.
  • Revision ID: michal.sawicz@canonical.com-20131217160447-d1inqe0kmfgse2b8
Introduce a qml directory, move all QML, JS and assets, under it, adapt the rest to match.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import QtQuick 2.0
18
18
import QtTest 1.0
19
19
import ".."
20
 
import "../../../Components"
 
20
import "../../../qml/Components"
21
21
import Unity.Application 0.1
22
22
import Ubuntu.Components 0.1
23
23
import Unity.Test 0.1 as UT