summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-15 12:24:41 +0200
committerTreeve Jelbert2015-06-15 12:24:41 +0200
commit95ae48b5d67cb686721bcae42b2ef768492044c8 (patch)
treefdba2d2809fd3dbdc189d900d7ab1f4b140d3f93 /FUNCTIONS
parent5375192be1f3e52897c0543f73a2f7a6e16372ff (diff)
FUMCTIOSN: tweak qt5_build
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index fa42d23e89..7c70f0dbd7 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -8,6 +8,7 @@ QT5DIR=$INSTALL_ROOT/opt/qt5
qt5_build() {
cd $SOURCE_DIRECTORY &&
PATH="$QT5DIR/bin:$PATH"
+ export PKG_CONFIG_PATH="$QT5DIR/lib/pkgconfig"
qmake PREFIX=$QT5DIR LIBDIR=$QT5DIR/lib \
$OPTS *.pro &&
make