Fix cmake

svn path=/trunk/kdereview/partitionmanager/; revision=877403
This commit is contained in:
Laurent Montel 2008-10-29 12:58:38 +00:00
parent 272ecd7412
commit 50e3f63219
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ KDE4_ADD_EXECUTABLE(partitionmanager ${partitionmanager_SRCS})
TARGET_LINK_LIBRARIES(partitionmanager ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${LIBPARTED_LIBS} ${UUID_LIBS})
INSTALL(TARGETS partitionmanager DESTINATION ${BIN_INSTALL_DIR})
INSTALL(TARGETS partitionmanager ${INSTALL_TARGETS_DEFAULT_ARGS})
INSTALL(FILES gui/partitionmanagerui.rc DESTINATION ${DATA_INSTALL_DIR}/partitionmanager)
INSTALL(FILES partitionmanager.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})