Skip to content

Instantly share code, notes, and snippets.

@cassinaj
Last active November 6, 2015 15:50
Show Gist options
  • Save cassinaj/c7b34e55a69e81ac82d1 to your computer and use it in GitHub Desktop.
Save cassinaj/c7b34e55a69e81ac82d1 to your computer and use it in GitHub Desktop.
kdesrc-buildrc of KF5 used in the cassinaj/kf5-ubuntu:14.04 docker image
global
source-dir /tmp/kde/src
build-dir /tmp/kde/build
kdedir /usr/local/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=release -DKDE4_BUILD_TESTS=false
# If you want to use ninja instead of make (it's faster!), uncomment the next line
#custom-build-command ninja
make-options -j
cxxflags -std=c++11 -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
#install-session-driver true
branch-group kf5-qt5
end global
include kf5-qt5-build-include
@cassinaj
Copy link
Author

cassinaj commented Nov 6, 2015

The cassinaj/kf5-ubuntu:14.04 docker image and file can be found on hub.docker.com.
The images cassinaj/kf5-ubuntu:14.04 and cassinaj/qt5-ubuntu:14.04 are prepared to compile and use KDevelop 5.0.0 IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment