changeset 238:d8c3043c00a0

Adjust build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 20:07:39 +0300
parents 54ab3f3e28c0
children 9626307f3eeb
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon May 07 19:19:13 2018 +0300
+++ b/Makefile.gen	Mon May 07 20:07:39 2018 +0300
@@ -80,7 +80,7 @@
 	@$(QT_MOC) $(DEFINES) $(QT_MOC_FLAGS) $(INCPATH) $< -o $@
 
 ui_%.h: %.ui
-	@echo " Qt:UIC $@ $<"
+	@echo " Qt::UIC $@ $<"
 	@$(QT_UIC) $(QT_UIC_FLAGS) $< -o $@