This commit is contained in:
Ximi1970
2020-06-02 17:50:15 +02:00
parent 8a4d2bdbf7
commit 500c18423e

View File

@@ -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