Skip to content

Commit

Permalink
Check for empty qmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 20, 2015
1 parent 286efb1 commit 159e5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common
Submodule common updated 4 files
+14 −0 commit-msg.sh
+4 −0 m4/pre-commit.m4
+21 −2 m4/qmake.m4
+1 −1 semver.sh
1 change: 1 addition & 0 deletions qwt/Makefile.unix.in
Expand Up @@ -14,6 +14,7 @@ all: build

Makefile: qwt.pro
@rm -f $@
@test ! -z "$(QMAKE)" || (echo QMAKE variable was not set; false)
$(QMAKE) QMAKE_CXX=@CXX@ qwt.pro
clean:
test ! -f Makefile || $(MAKE) -f Makefile clean
Expand Down

0 comments on commit 159e5dd

Please sign in to comment.