diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
