diff options
Diffstat (limited to 'UI/Qt/Makefile.inc')
-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 |