X-Git-Url: http://git.maemo.org/git/?p=colorflood;a=blobdiff_plain;f=colorflood%2Fsrc%2FCMakeLists.txt;h=0fd71ef2c52b78351c06a6f98e40021a8b5fcf63;hp=b7dc88403a090993b0eb957d0dc9829695a7ae91;hb=5744fecf4d030c96c0db427f3614df3018bd804b;hpb=fa21544239a906286a6113ea442f84a23b247e13 diff --git a/colorflood/src/CMakeLists.txt b/colorflood/src/CMakeLists.txt index b7dc884..0fd71ef 100644 --- a/colorflood/src/CMakeLists.txt +++ b/colorflood/src/CMakeLists.txt @@ -38,3 +38,7 @@ qt4_add_resources(resources colorflood.qrc) add_definitions(-Wall -Wextra) add_executable(colorflood ${moc_src} ${src} ${res}) target_link_libraries(colorflood ${QT_LIBRARIES}) + +install(TARGETS colorflood DESTINATION bin) +install(FILES images/icon_48x48.png DESTINATION share/icons/hicolor/48x48/apps RENAME colorflood.png) +install(FILES colorflood.desktop DESTINATION share/applications/hildon)