From: Adam Tulinius Date: Wed, 2 Jan 2008 01:02:43 +0000 (+0000) Subject: The TRANSLATIONS part is used at build-time to include translations. Without that... X-Git-Tag: 0.1.0~5 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=4b6017adb2f9a1020733ada6ca6161f7156c8a51;ds=sidebyside The TRANSLATIONS part is used at build-time to include translations. Without that line, make won't build the changed translations. Or something funky like that. Anyways, it seems needed. --- diff --git a/build/targets/qtclient.pro b/build/targets/qtclient.pro index 668dd891..9df26fb2 100644 --- a/build/targets/qtclient.pro +++ b/build/targets/qtclient.pro @@ -1,5 +1,6 @@ include(qtclient.pri) include(target.pri) -#TRANSLATIONS = quassel_de.ts -RESOURCES *= ../../src/icons/icons.qrc \ No newline at end of file +TRANSLATIONS = quassel_de.ts \ + quassel_da.ts +RESOURCES *= ../../src/icons/icons.qrc