mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
gwenview: remove PNG and JPEG handlers leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
00917ba9b9
commit
22293da799
1 changed files with 0 additions and 4 deletions
|
@ -7,8 +7,6 @@ include_directories(
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${EXIV2_INCLUDE_DIR}
|
||||
${JPEG_INCLUDE_DIR}
|
||||
${PNG_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
set(gwenviewlib_SRCS
|
||||
|
@ -120,10 +118,8 @@ target_link_libraries(gwenviewlib
|
|||
${KDE4_KFILE_LIBS}
|
||||
${KDE4_KIO_LIBS}
|
||||
${KDE4_KDCRAW_LIBS}
|
||||
${JPEG_LIBRARY}
|
||||
${EXIV2_LIBRARIES}
|
||||
${X11_X11_LIB}
|
||||
${PNG_LIBRARIES}
|
||||
)
|
||||
|
||||
install(TARGETS gwenviewlib ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
|
Loading…
Add table
Reference in a new issue