mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 04:57:47 +02:00
Use Qt minimal static
This commit is contained in:
23
Makefile
23
Makefile
@@ -4,14 +4,21 @@ ifeq (Cygwin,$(shell uname -o))
|
||||
else
|
||||
ifeq (GNU/Linux,$(shell uname -o))
|
||||
SYSTEM = Linux
|
||||
|
||||
QMAKE = qmake-qt5
|
||||
ifeq (, $(shell which qmake-qt5 2>/dev/null))
|
||||
ifeq (, $(shell which qmake 2>/dev/null))
|
||||
$(error "No qmake in $(PATH)")
|
||||
endif
|
||||
QMAKE = qmake
|
||||
endif
|
||||
|
||||
#QMAKE = ../rootfs/usr/Qt-opensource-5.14.2/bin/qmake
|
||||
#QMAKE = ../rootfs/usr/Qt-opensource-5.14.2-static/bin/qmake
|
||||
|
||||
|
||||
QMAKE = /usr/Qt-opensource-5.14.2-static/bin/qmake
|
||||
|
||||
|
||||
#QMAKE = qmake-qt5
|
||||
# ifeq (, $(shell which qmake-qt5 2>/dev/null))
|
||||
# ifeq (, $(shell which qmake 2>/dev/null))
|
||||
# $(error "No qmake in $(PATH)")
|
||||
# endif
|
||||
# QMAKE = qmake
|
||||
# endif
|
||||
else
|
||||
$(error "Unknown system")
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user