From 500c18423e5f1ccd9f306fc4a569373c8dab47a0 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 2 Jun 2020 17:50:15 +0200 Subject: [PATCH] Update --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7925dba..34fc406 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ ifeq (GNU/Linux,$(shell uname -o)) ifeq (,$(wildcard /usr/Qt-opensource-5.14.2-static/bin/qmake)) $(error "No qmake in $(PATH)") endif + endif QMAKE = qmake endif else