-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkdesrc-buildrc
More file actions
52 lines (35 loc) · 3.81 KB
/
kdesrc-buildrc
File metadata and controls
52 lines (35 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Autogenerated by kdesrc-build-setup. You may modify this file if desired.
global
# This option is used to switch development tracks for many modules at
# once. 'kf5-qt5' is the latest KF5 and Qt5-based software.
branch-group stable-kf5-qt5
# The path to your Qt installation (default is empty, assumes Qt provided
# by system)
qtdir /home/kdedev/qt-everywhere-5.11.3
# Install directory for KDE software
kdedir /home/kdedev/kde/install
# Directory for downloaded source code
source-dir /home/kdedev/kde/source
# Directory to build KDE into before installing
# relative to source-dir by default
build-dir /home/kdedev/kde/build
# Use multiple cores for building. Other options to GNU make may also be
# set.
make-options --jobs=4 --output-sync=line VERBOSE=1
# kdesrc-build can install a sample .xsession file for "Custom"
# (or "XSession") logins,
install-session-driver false
# or add a environment variable-setting script to
# ~/.config/kde-env-master.sh
install-environment-driver true
set-env LIBRARY_PATH /home/kdedev/kde/install/lib/x86_64-linux-gnu:/home/kdedev/qt-everywhere-5.11.3/lib:/home/kdedev/qt-everywhere-5.11.3/plugins/platforms:/usr/lib/x86_64-linux-gnu:/home/kdedev/mesa-17.2.2/debian/tmp/usr/lib/x86_64-linux-gnu:/home/kdedev/lcms2-2.7/debian/tmp/usr/lib/x86_64-linux-gnu:/home/kdedev/nss-3.32/dist/lib
set-env KDE_STANDARD_LIBRARIES -lqtpcre2 -licui18n -licuuc -lglib-2.0 -ldl -licudata -lqtlibpng -lqtharfbuzz -ldbus-1 /home/kdedev/systemd-234/build-deb/src/libsystemd/libsystemd.a /home/kdedev/systemd-234/build-deb/src/shared/libsystemd-shared-234.a /usr/lib/x86_64-linux-gnu/libssl.a -ldl -lgnutls -ltasn1 -lcrypto -lnettle /home/kdedev/p11-kit-0.23.7/.libs/libp11-kit-internal.a /usr/lib/x86_64-linux-gnu/libhogweed.a -lgmp -lz -lidn -ldl -lffi -lXau -lXdmcp -lxml2 -lgcrypt -lgpg-error -lxcb -lXau -lXdmcp /home/kdedev/qt-everywhere-5.11.3/plugins/platforms/libqxcb.a -lqxcb -lQt5XcbQpa -lQt5EventDispatcherSupport -lxcb-static -lQt5ThemeSupport -lQt5ServiceSupport -lltdl -lQt5FontDatabaseSupport -lfreetype -lXrender -lX11-xcb -lfontconfig -lexpat -lbsd -lQt5EdidSupport -lGL -lglapi -llcms2 -ljpeg -lcertdb -lsmime -lnss -lpk11wrap -lcryptohi -lcryptohi -lnssutil -lnspr4 -lplc4 -lcerthi -ljbig -lnsspki -lplds4 -lnssb -lnssdev -lpkixtop -lnss -lplc4 -lpkixutil -lpkixsystem -lpkixchecker -lpkixresults -lpkixpki -lpkixmodule -lpkixcertsel -lpkixstore -lpkixcrlsel -lpkixparams -lnspr4 -lplc4
set-env LIB /home/kdedev/systemd-234/build-deb/src/libsystemd:/home/kdedev/systemd-234/build-deb/src/udev:/home/kdedev/pulseaudio-10.0/debian/libpulse-dev/usr/lib/x86_64-linux-gnu
set-env QT_STATICPLUGIN TRUE
# set-env PATH /home/kdedev/qt-everywhere-5.11.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# WTF happened to -lQt5LinuxAccessibilitySupport -lqtfreetype
cmake-options -DPulseAudio_LIBRARIES="/home/kdedev/pulseaudio-10.0/debian/libpulse-dev/usr/lib/x86_64-linux-gnu/" -DCMAKE_BUILD_TYPE:STRING=release -DQT_STATICPLUGIN=TRUE -DBUILD_TESTING=FALSE -DTHREADS_PREFER_PTHREAD_FLAG=TRUE -DBUILD_SHARED_LIBS=FALSE -DCMAKE_FIND_LIBRARY_SUFFIXES=".a" -DCMAKE_LINK_SEARCH_START_STATIC="1" -DCMAKE_LINK_SEARCH_END_STATIC="1" -DCMAKE_CXX_FLAGS="-pthread -static -static-libgcc -static-libstdc++ -DQT_STATIC=1 -DQT_STATICPLUGIN=1" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DQt5_DIR=$HOME/qt-everywhere-5.11.3 -DQt5WebKitWidgets_DIR=/home/kdedev/qt-everywhere-5.11.3/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets -DCMAKE_PREFIX_PATH=/home/kdedev/qt-everywhere-5.11.3
end global
# Refers to the kf5-frameworks file included as part of kdesrc-build. The file
# is simply read-in at this point as if you'd typed it in yourself.
include /home/kdedev/kdesrc-build/kf5-frameworks-build-include