~ci-train-bot/unity8/unity8-ubuntu-zesty-2702

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/tst_Dash.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:
16
16
 
17
17
import QtQuick 2.0
18
18
import QtTest 1.0
19
 
import "../../../Dash"
 
19
import "../../../qml/Dash"
20
20
import Ubuntu.Components 0.1
21
21
import Unity.Test 0.1 as UT
22
22