summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-04-29 21:39:01 +0200
committerTreeve Jelbert2015-04-29 21:39:01 +0200
commit25594fe12d6f1fa2e8f426973d96297ade45ee6c (patch)
treee5946ed97d2e402419b046e672da179d1efcc52e /FUNCTIONS
parentd2ad3cf4341ff860719ed942c375a0d31de73430 (diff)
FUNCTIONS: fix qt5_build
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index e450b9d206..253e7b27f8 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -8,7 +8,7 @@ qt5_build() {
cd $SOURCE_DIRECTORY &&
PATH="$QT5DIR/bin:$PATH"
qmake PREFIX=$QT5DIR LIBDIR=$QT5DIR/lib \
- $OPTS $SRC/*.pro &&
+ $OPTS *.pro &&
make
}