summaryrefslogtreecommitdiffstats
path: root/UI
diff options
context:
space:
mode:
Diffstat (limited to 'UI')
-rw-r--r--UI/Qt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/Qt/Makefile.inc b/UI/Qt/Makefile.inc
index 143f744..570e631 100644
--- a/UI/Qt/Makefile.inc
+++ b/UI/Qt/Makefile.inc
@@ -9,7 +9,7 @@ endif
.PHONY: qt
-qt: UI/Qt/Makefile
+qt: UI/Qt/Makefile Swiften/Swiften.a $(BUNDLED_LIBS)
cd UI/Qt && $(QT_MAKE)
.PHONY: clean-qt