Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Adjust all these settings at will
  2.  
  3. global
  4.  
  5. qtdir ~/Qt5.2.1/5.2.1/gcc/
  6. source-dir ~/KDE-SRC/
  7. build-dir ~/KDE-BUILD/
  8. kdedir ~/KDE/
  9.  
  10. git-repository-base kde-projects kde:
  11.  
  12. # KDE4_BUILD_TESTS kept for now, for old kde4_add_unit_test stuff to be enabled
  13. cmake-options -DCMAKE_BUILD_TYPE:STRING=debug -DKDE4_BUILD_TESTS=true
  14.  
  15. cxxflags -pipe -DQT_STRICT_ITERATORS -DQURL_NO_CAST_FROM_STRING -DQT_NO_HTTP -DQT_NO_FTP -Wformat -Werror=format-security -Werror=return-type -Wno-variadic-macros -Wlogical-op -Wmissing-include-dirs
  16.  
  17. make-options -j8
  18. #install-session-driver true
  19.  
  20. branch-group kf5-qt5
  21.  
  22. end global
  23.  
  24. include ~/extragear/utils/kdesrc-build/kf5-qt5-build-include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement