Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.76 KB | None | 0 0
  1. Index: b/python/pykde4/CMakeLists.txt
  2. ===================================================================
  3. --- a/python/pykde4/CMakeLists.txt
  4. +++ b/python/pykde4/CMakeLists.txt
  5. @@ -15,6 +15,18 @@
  6.      SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib/pykde)
  7.  ENDIF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESS 6)
  8.  
  9. +# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
  10. +set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
  11. +
  12. +# search packages used by KDE
  13. +find_package(KDE4 REQUIRED)
  14. +include (KDE4Defaults)
  15. +include (MacroLibrary)
  16. +include(MacroOptionalAddSubdirectory)
  17. +
  18. +add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DQT3_SUPPORT)
  19. +
  20. +
  21.  FIND_PACKAGE(PythonLibrary REQUIRED)
  22.  INCLUDE(PythonMacros)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement