aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e666403..7bb00af 100644
--- a/Makefile
+++ b/Makefile
@@ -11,13 +11,14 @@ INSTALL_DATA=$(INSTALL) -Dm 644
# Directories into which to install the various files
bindir=$(DESTDIR)$(PREFIX)/bin
sharedir=$(DESTDIR)$(PREFIX)/share
+QMAKE := /usr/bin/qmake-qt5
kristall: build/kristall
cp build/kristall $@
build/kristall: src/*
mkdir -p build
- cd build && qmake ../src/kristall.pro && $(MAKE) $(MAKEFLAGS)
+ cd build && $(QMAKE) ../src/kristall.pro && $(MAKE) $(MAKEFLAGS)
install: kristall
# Install icons