diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-10 16:49:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-10 16:49:49 (GMT) |
commit | 7214d768dca85a6d43892169d5008898249dce73 (patch) | |
tree | 0f8b2820c9cb58f058263c78306987d934fec526 /UI/Qt/Makefile.inc | |
parent | fd89da91d12b270d56f60544cad6f1ddc809af28 (diff) | |
download | swift-contrib-7214d768dca85a6d43892169d5008898249dce73.zip swift-contrib-7214d768dca85a6d43892169d5008898249dce73.tar.bz2 |
Moved UI/Qt -> Swift/QtUI.
Diffstat (limited to 'UI/Qt/Makefile.inc')
-rw-r--r-- | UI/Qt/Makefile.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/UI/Qt/Makefile.inc b/UI/Qt/Makefile.inc deleted file mode 100644 index 570e631..0000000 --- a/UI/Qt/Makefile.inc +++ /dev/null @@ -1,28 +0,0 @@ -TARGETS += qt -CLEAN_TARGETS += clean-qt - -ifeq ($(WIN32),1) -QT_MAKE=nmake -else -QT_MAKE=$(MAKE) -endif - - -.PHONY: qt -qt: UI/Qt/Makefile Swiften/Swiften.a $(BUNDLED_LIBS) - cd UI/Qt && $(QT_MAKE) - -.PHONY: clean-qt -clean-qt: - if [ -f "UI/Qt/Makefile" ]; then \ - cd UI/Qt && $(QT_MAKE) clean; \ - fi - -UI/Qt/Makefile: UI/Qt/DefaultTheme.qrc UI/Qt/Swiften.pri - cd UI/Qt && $(QMAKE) Swift.pro - -UI/Qt/Swiften.pri: - cd UI/Qt && ./qmakeish.py ../../Makefile > Swiften.pri - -UI/Qt/DefaultTheme.qrc: - cd UI/Qt && ../../tools/ThemeQRC.py ../../resources/themes/Default > DefaultTheme.qrc |