summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-04-29 21:39:01 +0200
committerThomas Orgis2015-05-03 20:03:14 +0200
commit62da8d84b965743a72d2cb449badafb539014c4a (patch)
tree786bf2df276a4c9de587ac6b51b65fda14e12ba2 /FUNCTIONS
parent7d2bfc48dea8ad2fc9982579bb50711d98be70b8 (diff)
merge 25594fe12d6f1fa2e8f426973d96297ade45ee6c for fixing qt5_build
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 0fc1d495db..87f66c18d6 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
}