From 4b6017adb2f9a1020733ada6ca6161f7156c8a51 Mon Sep 17 00:00:00 2001 From: Adam Tulinius Date: Wed, 2 Jan 2008 01:02:43 +0000 Subject: [PATCH] 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. --- build/targets/qtclient.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1