add the QT3_SUPPORT definition where needed

svn path=/trunk/playground/graphics/okular/; revision=583408
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent 33bc345d4e
commit 467e507fe8
  1. 2
      CMakeLists.txt
  2. 2
      generators/chm/CMakeLists.txt
  3. 1
      generators/dvi/CMakeLists.txt
  4. 1
      generators/ghostview/CMakeLists.txt

@ -22,6 +22,8 @@ add_subdirectory( ui )
add_subdirectory( shell )
add_subdirectory( generators )
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
include_directories(
${CMAKE_SOURCE_DIR}/okular/ui/painter_agg2/
)

@ -1,5 +1,7 @@
add_subdirectory( kio-msits )
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
include_directories(
${CMAKE_SOURCE_DIR}/okular
${CMAKE_BINARY_DIR}/okular

@ -3,6 +3,7 @@ include_directories(
${CMAKE_BINARY_DIR}/okular
)
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
#add_definitions(-DDEBUG_DVIRENDERER -DDEBUG_RENDER -DDEBUG_PRESCAN)
########### next target ###############

@ -6,6 +6,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/libqgs
)
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
add_definitions(${KDE4_ENABLE_EXCEPTIONS})
########### next target ###############

Loading…
Cancel
Save