~ubuntu-clock-dev/ubuntu-clock-app/trunk

« back to all changes in this revision

Viewing changes to app/components/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Nekhelesh Ramananthan, Bartosz Kosiorek, Victor Thompson
  • Date: 2015-08-20 21:00:13 UTC
  • mfrom: (315.3.65 stopwatch-feature)
  • Revision ID: tarmac-20150820210013-z604hoot1qu5bu0p
Implement the new stopwatch feature. Fixes: https://bugs.launchpad.net/bugs/1437313.

Approved by Ubuntu Phone Apps Jenkins Bot, Bartosz Kosiorek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(COMPONENTS_QML_JS_FILES
 
2
    ActionIcon.qml
2
3
    AnalogMode.qml
3
4
    AnalogShadow.qml
4
5
    Background.qml
8
9
    DigitalShadow.qml
9
10
    EmptyState.qml
10
11
    ExpandableListItem.qml
 
12
    HeaderNavigation.qml
11
13
    Shadow.qml
12
14
    SubtitledListItem.qml
13
15
)