summaryrefslogtreecommitdiffstats
path: root/UI
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-07 10:03:34 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-07 10:03:34 (GMT)
commite68d7618744888d772e90068e395691a917c5e88 (patch)
treeb65d83e8182cd07d281e04f6d4038e3665297179 /UI
parentfdab75d4ad2914911f526b54010d5e93f6829090 (diff)
downloadswift-e68d7618744888d772e90068e395691a917c5e88.zip
swift-e68d7618744888d772e90068e395691a917c5e88.tar.bz2
Make 'qt' target depend on Swiften & 3rdParty libraries.
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