summaryrefslogtreecommitdiff
path: root/src/data/CMakeLists.txt
blob: 10968bd9b61661408ca608710cc378c9ae758e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# image files
INSTALL( 
    FILES 
    bg2.png bg.png tile.gif category.png button.png
    busywidget.gif loading.mng  
    webkit-icon.png
    DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
)

# default bookmarks
INSTALL( 
    FILES 
    defaultbookmarks.xbel
    DESTINATION ${DATA_INSTALL_DIR}/rekonq
)

# .desktop file
INSTALL( 
    PROGRAMS rekonq.desktop 
    DESTINATION ${XDG_APPS_INSTALL_DIR}
)

# htmls
INSTALL( 
    FILES 
    rekonqinfo.html 
    home.html
    DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls
)

# opensearch engines
INSTALL( 
    FILES 
    google.xml
    DESTINATION ${DATA_INSTALL_DIR}/rekonq/opensearch
)