~popey/ubuntu-calendar-app/new-icon

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alan Pope
  • Date: 2014-02-18 21:06:41 UTC
  • Revision ID: alan.pope@canonical.com-20140218210641-92wvvqt2b3048tfm
New icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
set(DESKTOP_FILE "${PROJECT_NAME}_${APP_NAME}.desktop")
12
12
set(URLS_FILE "${PROJECT_NAME}_${APP_NAME}.url-dispatcher")
13
13
set(MAIN_QML calendar.qml)
14
 
set(ICON calendar64.png)
 
14
set(ICON calendar-app@30.png)
15
15
set(AUTOPILOT_DIR calendar_app)
16
16
set(APP_HARDCODE calendar-app)
17
17