]> cloud.milkyroute.net Git - dolphin.git/blob - src/CMakeLists.txt
don't trigger an item if the user does a selection by using the control- or shift...
[dolphin.git] / src / CMakeLists.txt
1
2 add_subdirectory( pics )
3 add_subdirectory( servicemenus )
4
5 include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
6
7
8 ########### next target ###############
9
10 set(dolphin_SRCS
11 applyviewpropsjob.cpp
12 bookmarkselector.cpp
13 bookmarkssettingspage.cpp
14 bookmarkssidebarpage.cpp
15 detailsviewsettingspage.cpp
16 dolphinapplication.cpp
17 dolphinmainwindow.cpp
18 dolphinnewmenu.cpp
19 dolphinview.cpp
20 dolphinstatusbar.cpp
21 dolphindirlister.cpp
22 dolphindetailsview.cpp
23 dolphiniconsview.cpp
24 dolphinsettings.cpp
25 dolphincontextmenu.cpp
26 dolphinsortfilterproxymodel.cpp
27 dolphinsettingsdialog.cpp
28 editbookmarkdialog.cpp
29 filterbar.cpp
30 generalsettingspage.cpp
31 generalviewsettingspage.cpp
32 iconsviewsettingspage.cpp
33 infosidebarpage.cpp
34 main.cpp
35 protocolcombo.cpp
36 pixmapviewer.cpp
37 renamedialog.cpp
38 settingspagebase.cpp
39 sidebarpage.cpp
40 statusbarspaceinfo.cpp
41 statusbarmessagelabel.cpp
42 urlbutton.cpp
43 urlnavigator.cpp
44 urlnavigatorbutton.cpp
45 viewpropertiesdialog.cpp
46 viewproperties.cpp
47 viewsettingspage.cpp
48 viewpropsprogressinfo.cpp )
49
50 kde4_automoc(${dolphin_SRCS})
51
52 kde4_add_kcfg_files(dolphin_SRCS
53 directoryviewpropertysettings.kcfgc
54 generalsettings.kcfgc
55 iconsmodesettings.kcfgc
56 detailsmodesettings.kcfgc )
57
58 kde4_add_executable(dolphin ${dolphin_SRCS})
59
60 target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} konq )
61
62 install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
63
64
65 ########### install files ###############
66
67 install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} )
68 install( FILES directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
69 install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
70
71 kde4_install_icons( ${ICON_INSTALL_DIR} )