diff -r b72c6db6890b -r 5dc02b23752f translations/translations.pro --- a/translations/translations.pro Wed Jun 23 19:07:03 2010 +0300 +++ b/translations/translations.pro Tue Jul 06 15:10:48 2010 +0300 @@ -6,7 +6,8 @@ TEMPLATE = app TARGET = qm_phony_target -CONFIG -= qt separate_debug_info +CONFIG -= qt separate_debug_info sis_targets +CONFIG += no_icon QT = LIBS = @@ -41,3 +42,8 @@ translations.files ~= s,^,$$OUT_PWD/,g translations.CONFIG += no_check_exist INSTALLS += translations + +# Make dummy "sis" target to keep recursive "make sis" working. +sis_target.target = sis +sis_target.commands = +QMAKE_EXTRA_TARGETS += sis_target