summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2020-02-13 16:42:04 +0100
committerTreeve Jelbert2020-02-18 20:47:02 +0100
commit9619ba7185d607c25a2bb733d6a249763194ccd9 (patch)
tree8a7921646f4fbaadd0a2890e4317bf89e92e7d77 /FUNCTIONS
parentbba666ff587a2538be8ea34cb538249589cd9cae (diff)
install kde5* to /usr
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS4
1 files changed, 1 insertions, 3 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 03a9822424..a2cd357162 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -16,9 +16,7 @@ qt5_build() {
function qt5_cmake_build() {
PATH="$QT5DIR/bin/:$PATH" &&
- export PKG_CONFIG_PATH="$QT5DIR/lib/pkgconfig" &&
- export CMAKE_PREFIX_PATH="$QT5DIR/lib/cmake" &&
- cmake_build ${1-$QT5DIR}
+ cmake_build
}