diff options
| author | Peter Penz <[email protected]> | 2007-02-18 17:01:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-18 17:01:36 +0000 |
| commit | abf17941f7a052d25788d2f2f3c84e5aae935e29 (patch) | |
| tree | 4f89cd4d58b0b6033cc91f2eb14c02291f8c3a1c /src/CMakeLists.txt | |
| parent | fd43139134da394e413c5d7d5518275379e67798 (diff) | |
Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, who submitted this patch.
svn path=/trunk/KDE/kdebase/apps/; revision=634862
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b2ea5561f..ba6ed88fa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,6 +56,12 @@ kde4_add_kcfg_files(dolphin_SRCS iconsmodesettings.kcfgc detailsmodesettings.kcfgc ) +qt4_add_dbus_adaptor(dolphin_SRCS + org.kde.dolphin.Application.xml + dolphinapplication.h DolphinApplication) +qt4_add_dbus_adaptor(dolphin_SRCS + org.kde.dolphin.MainWindow.xml + dolphinmainwindow.h DolphinMainWindow) kde4_add_executable(dolphin ${dolphin_SRCS}) target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} konq ) |
