diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-07 10:03:34 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-07 10:03:34 (GMT) |
commit | e68d7618744888d772e90068e395691a917c5e88 (patch) | |
tree | b65d83e8182cd07d281e04f6d4038e3665297179 /UI/Qt/Makefile.inc | |
parent | fdab75d4ad2914911f526b54010d5e93f6829090 (diff) | |
download | swift-contrib-e68d7618744888d772e90068e395691a917c5e88.zip swift-contrib-e68d7618744888d772e90068e395691a917c5e88.tar.bz2 |
Make 'qt' target depend on Swiften & 3rdParty libraries.
Diffstat (limited to 'UI/Qt/Makefile.inc')
-rw-r--r-- | UI/Qt/Makefile.inc | 2 |
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 |