diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-01 11:42:04 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-01 11:54:52 (GMT) |
commit | 015fb6f55f7bc2f822e4b6d959490f23b21a5f74 (patch) | |
tree | 7e9b885d511d881c8a6f28d3dd8bd201b62a92c2 /UI/Qt/Makefile.inc | |
parent | 456a04711c814b6302fcb57005bed873acb12c38 (diff) | |
download | swift-015fb6f55f7bc2f822e4b6d959490f23b21a5f74.zip swift-015fb6f55f7bc2f822e4b6d959490f23b21a5f74.tar.bz2 |
Escape '\' in chats.
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 d1587ad..52cb3b3 100644 --- a/UI/Qt/Makefile.inc +++ b/UI/Qt/Makefile.inc @@ -10,7 +10,7 @@ qt: UI/Qt/Makefile $(MAKE) -C UI/Qt clean; \ fi -UI/Qt/Makefile: UI/Qt/Swift.pro +UI/Qt/Makefile: cd UI/Qt && $(QMAKE) Swift.pro UI/Qt/Swift.pro: UI/Qt/DefaultTheme.qrc |