From 7ea22811802cda1df227e7fb4b76720fc15b2dcd Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Mon, 1 Apr 2013 13:57:51 +0300 Subject: Introduce QApplication Instantiate a QApplication and let Qt handle the event loop. Add a QTranslator subclass to translate the UI via gettext. Signed-off-by: Alberto Mardegan --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a38586ff0..a9da8dd1a 100644 --- a/Makefile +++ b/Makefile @@ -317,6 +317,8 @@ MOCFLAGS = $(filter -I%, $(CXXFLAGS) $(EXTRA_FLAGS)) $(filter -D%, $(CXXFLAGS) $ @echo ' MOC' $< @$(MOC) -i $(MOCFLAGS) $< -o $@ +qt-gui.o: qt-gui.moc.cpp + %.ui.h: ui/%.ui @echo ' UIC' $< @$(UIC) $< -o $@ -- cgit v1.2.3-70-g09d2