diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-02 16:44:32 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-02 16:44:32 (GMT) |
commit | b9c67ff5f22fd434f47eeb5de67c1fc70ce3274f (patch) | |
tree | c12e9e71f9f4d731fd5e5c7eb43b613ebb12e494 /UI/Qt | |
parent | 6f905631c9acbac945090eee4c3442c231184329 (diff) | |
download | swift-contrib-b9c67ff5f22fd434f47eeb5de67c1fc70ce3274f.zip swift-contrib-b9c67ff5f22fd434f47eeb5de67c1fc70ce3274f.tar.bz2 |
Fixed missing UI/Qt/DefaultTheme.qrc dependency.
Diffstat (limited to 'UI/Qt')
-rw-r--r-- | UI/Qt/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/UI/Qt/Makefile.inc b/UI/Qt/Makefile.inc index bb4159d..b4ac936 100644 --- a/UI/Qt/Makefile.inc +++ b/UI/Qt/Makefile.inc @@ -11,10 +11,8 @@ clean-qt: $(MAKE) -C UI/Qt clean; \ fi -UI/Qt/Makefile: +UI/Qt/Makefile: UI/Qt/DefaultTheme.qrc cd UI/Qt && $(QMAKE) Swift.pro -UI/Qt/Swift.pro: UI/Qt/DefaultTheme.qrc - UI/Qt/DefaultTheme.qrc: cd UI/Qt && ../../tools/ThemeQRC.py ../../resources/themes/Default > DefaultTheme.qrc |