~boiko/dialer-app/live_call_update

« back to all changes in this revision

Viewing changes to src/qml/CMakeLists.txt

  • Committer: Gustavo Pichorim Boiko
  • Date: 2014-08-27 16:25:54 UTC
  • mfrom: (236.1.4 dialer-app)
  • Revision ID: gustavo.boiko@canonical.com-20140827162554-57bvixqy7ol200z0
Merge latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
add_custom_target(dialer_app_QMlFiles ALL SOURCES ${QML_JS_FILES})
5
5
 
6
6
set(ASSETS_DIR assets)
 
7
set(MMI_DIR MMI)
7
8
 
8
9
install(FILES ${QML_JS_FILES} DESTINATION ${DIALER_APP_DIR})
9
10
install(DIRECTORY ${ASSETS_DIR} DESTINATION ${DIALER_APP_DIR})
 
11
install(DIRECTORY ${MMI_DIR} DESTINATION ${DIALER_APP_DIR})
10
12
 
11
13
add_subdirectory(DialerPage)
12
14
add_subdirectory(HistoryPage)