summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ramacher <sramacher@debian.org>2019-09-01 10:56:25 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-09-01 10:56:25 +0200
commitb08347e31619f88969879abe21683bc42fb31100 (patch)
treebe37022084dea874ececd6257c4c63e7174d6e92
parent97be83ecf30e80fbf62d89b32a75bdfb027d7955 (diff)
Fix rcc invocationdevelop
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8741aa2..279ad05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -94,7 +94,7 @@ BUILT_SOURCES = \
CLEANFILES = $(BUILT_SOURCES)
qrc_%.cc: %.qrc
- rcc $< > $@
+ QT_SELECT=qt5 $(QT_RCC) $< > $@
%.moc.cc: %.h
QT_SELECT=qt5 $(QT_MOC) -o $@ $<