Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Adjust all these settings at will
- global
- qtdir ~/Qt5.2.1/5.2.1/gcc/
- source-dir ~/KDE-SRC/
- build-dir ~/KDE-BUILD/
- kdedir ~/KDE/
- git-repository-base kde-projects kde:
- # KDE4_BUILD_TESTS kept for now, for old kde4_add_unit_test stuff to be enabled
- cmake-options -DCMAKE_BUILD_TYPE:STRING=debug -DKDE4_BUILD_TESTS=true
- 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
- make-options -j8
- #install-session-driver true
- branch-group kf5-qt5
- end global
- include ~/extragear/utils/kdesrc-build/kf5-qt5-build-include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement