summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-03 16:04:10 +0200
committerTreeve Jelbert2015-06-06 10:50:22 +0200
commit15c752fc3362ebe42cb6640df8ed655fa4ac9c15 (patch)
tree55f367d4551b8dc737636175ec504f27686f8b69 /KDE5_FUNCTIONS
parentcc923ae55e43927aa852b08175dceb702497d079 (diff)
KDE5_FUNCTIONS - tweak kde5_build
Diffstat (limited to 'KDE5_FUNCTIONS')
-rwxr-xr-xKDE5_FUNCTIONS5
1 files changed, 4 insertions, 1 deletions
diff --git a/KDE5_FUNCTIONS b/KDE5_FUNCTIONS
index f9ab534c26..08d7fae4c6 100755
--- a/KDE5_FUNCTIONS
+++ b/KDE5_FUNCTIONS
@@ -3,7 +3,10 @@ export XDG_DATA_DIRS=$KF5DIR/share:/usr/share
#---------------------------------------------------------------------
function kde5_build() {
- OPTS+=" -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=1 -Wno-dev $CM_TESTS"
+ CXXFLAGS+=' -Wno-deprecated-declarations'
+ OPTS+=" -DLIB_INSTALL_DIR=lib"
+ OPTS+=" -Wno-dev $CM_TESTS"
+ OPTS+=" -DKDE_SKIP_UNINSTALL_TARGET=1"
qt5_cmake_build
}