diff options
| author | Luboš Luňák <[email protected]> | 2010-03-16 12:30:46 +0000 |
|---|---|---|
| committer | Luboš Luňák <[email protected]> | 2010-03-16 12:30:46 +0000 |
| commit | 4bb1ba92179c72a761bebb978635f2fcf8b4c118 (patch) | |
| tree | 3e028aa2c828e49ba61eb8d5f0063e17ff6957a4 /src/CMakeLists.txt | |
| parent | 7eeb8dba6aeba09aa3dfa7fa5f0b00840d4d8317 (diff) | |
welcome to the world of kdeinit applications
svn path=/trunk/KDE/kdebase/apps/; revision=1103978
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a8e9c89c0..f6d63fc11 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -203,9 +203,9 @@ qt4_add_dbus_adaptor(dolphin_SRCS kde4_add_app_icon(dolphin_SRCS "${KDE4_ICON_INSTALL_DIR}/oxygen/*/apps/system-file-manager.png") -kde4_add_executable(dolphin ${dolphin_SRCS}) +kde4_add_kdeinit_executable(dolphin ${dolphin_SRCS}) -target_link_libraries(dolphin +target_link_libraries(kdeinit_dolphin ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KUTILS_LIBRARY} @@ -216,13 +216,14 @@ target_link_libraries(dolphin ) if (Nepomuk_FOUND) - target_link_libraries(dolphin + target_link_libraries(kdeinit_dolphin ${NEPOMUK_LIBRARIES} ${SOPRANO_LIBRARIES} ${NEPOMUK_QUERY_LIBRARIES} ) endif (Nepomuk_FOUND) +install(TARGETS kdeinit_dolphin ${INSTALL_TARGETS_DEFAULT_ARGS}) install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS}) ########################################## |
