~aacid/unity8/desktopRotatedCamera

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_RatingStars.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 "../../../Components"
 
19
import "../../../qml/Components"
20
20
 
21
21
TestCase {
22
22
    name: "RatingStars"