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

« back to all changes in this revision

Viewing changes to app/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:
10
10
endif(CLICK_MODE)
11
11
 
12
12
install(FILES ${MAIN_QML} DESTINATION ${UBUNTU-CLOCK_APP_DIR})
 
13
install(FILES "MainPage.qml" DESTINATION ${UBUNTU-CLOCK_APP_DIR})
13
14
 
14
15
add_subdirectory(clock)
15
16
add_subdirectory(alarm)
 
17
add_subdirectory(stopwatch)
16
18
add_subdirectory(graphics)
17
19
add_subdirectory(components)
18
20
add_subdirectory(worldclock)