mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 08:06:58 +02:00
Fix qmake detect
This commit is contained in:
5
Makefile
5
Makefile
@@ -12,8 +12,9 @@ ifeq (GNU/Linux,$(shell uname -o))
|
||||
QMAKE = qmake-qt5
|
||||
ifeq (, $(shell which qmake-qt5 2>/dev/null))
|
||||
ifeq (, $(shell which qmake 2>/dev/null))
|
||||
$(error "No qmake in $(PATH)")
|
||||
endif
|
||||
ifeq (,$(wildcard /usr/Qt-opensource-5.14.2-static/bin/qmake))
|
||||
$(error "No qmake in $(PATH)")
|
||||
endif
|
||||
QMAKE = qmake
|
||||
endif
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user