Skip to content

Commit 65ee0a6

Browse files
committed
Check for qmake in the special build scripts.
1 parent 530c332 commit 65ee0a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

genericLinuxBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION=0.1.1
88

99
# Build
1010

11-
$QT5_QMAKE && make
11+
$QT5_QMAKE && make || exit -1
1212

1313
# Install to packaging dir
1414

mxeWindowsBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VERSION=0.1.1
99

1010
# Build
1111

12-
$MXE_QT5_QMAKE && make
12+
$MXE_QT5_QMAKE && make || exit -1
1313

1414
# Install to packaging dir
1515

0 commit comments

Comments
 (0)