summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
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
}