get rid of two CMakeLists.txt's used to only install one files each - install the stuff from the top-level CMakeLists.txt

svn path=/trunk/playground/graphics/okular/; revision=627106
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent d94f0e507e
commit d3619da584
  1. 5
      CMakeLists.txt
  2. 2
      conf/CMakeLists.txt
  3. 2
      core/CMakeLists.txt

@ -16,8 +16,6 @@ configure_file(
${CMAKE_CURRENT_BINARY_DIR}/config-okular.h
)
add_subdirectory( conf )
add_subdirectory( core )
add_subdirectory( ui )
add_subdirectory( shell )
add_subdirectory( generators )
@ -95,6 +93,9 @@ target_link_libraries(okularcore ${OKULAR_IOKIT} ${QT_QTCORE_LIBRARY} ${QT_QTGU
install(TARGETS okularcore DESTINATION ${LIB_INSTALL_DIR} )
install(FILES conf/okular.kcfg DESTINATION ${KCFG_INSTALL_DIR})
install(FILES core/okularGenerator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
# okularpart
set(okularpart_SRCS

@ -1,2 +0,0 @@
install(FILES okular.kcfg DESTINATION ${KCFG_INSTALL_DIR})

@ -1,2 +0,0 @@
install( FILES okularGenerator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
Loading…
Cancel
Save