summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-05-03 16:15:21 +0200
committerTreeve Jelbert2015-05-03 16:15:21 +0200
commiteaab9acd51fc80893a8e0009be8c33c064745034 (patch)
tree988194d3967c1bd225a1146172904256f3f36788 /FUNCTIONS
parentb39d3a9c833a1fe66714cfb92a8afeaa066bc652 (diff)
FUNCTIONS: fix qt4 build
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 253e7b27f8..14a9d0886b 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -573,7 +573,7 @@ qt4_cmake_build() {
qt4_build() {
cd $SOURCE_DIRECTORY &&
PATH="$QT4DIR/bin:$PATH"
- qmake PREFIX=$QT4DIR $OPTS $SRC/*.pro &&
+ qmake PREFIX=$QT4DIR $OPTS *.pro &&
make
}