Fix cmake build: kghostview parallel build

This resolves Bug 1301
(cherry picked from commit 923dc5953a)
v3.5.13-sru
Alexander Golubev 12 years ago committed by Slávek Banko
parent 7f07ae0885
commit 10db7e7cfc

@ -95,7 +95,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### kdegraphics directories ###################
if( BUILD_KFILE_PLUGINS OR BUILD_GHOSTKVIEW )
# kfile-plugins/ps requires dscparse-static library
if( BUILD_KFILE_PLUGINS AND NOT BUILD_KGHOSTVIEW )
add_subdirectory( kghostview/dscparse )
endif( )

@ -10,6 +10,7 @@
#################################################
add_subdirectory( data )
add_subdirectory( dscparse )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

Loading…
Cancel
Save