From: Manuel Nickschas Date: Wed, 2 Jan 2008 01:10:59 +0000 (+0000) Subject: Move the TRANSLATIONS thingy to a more proper place. Not yet convinced that qmake... X-Git-Tag: 0.1.0~4 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=053cccee50a175787a96f82e582450575acae315 Move the TRANSLATIONS thingy to a more proper place. Not yet convinced that qmake actually needs that though... --- diff --git a/build/targets/qtclient.pro b/build/targets/qtclient.pro index 9df26fb2..b518f13d 100644 --- a/build/targets/qtclient.pro +++ b/build/targets/qtclient.pro @@ -1,6 +1,4 @@ include(qtclient.pri) include(target.pri) -TRANSLATIONS = quassel_de.ts \ - quassel_da.ts RESOURCES *= ../../src/icons/icons.qrc diff --git a/build/targets/target.pri b/build/targets/target.pri index 8b381a4b..764bacec 100644 --- a/build/targets/target.pri +++ b/build/targets/target.pri @@ -3,6 +3,8 @@ TEMPLATE = app include(../buildconf.pri) RESOURCES *= ../../i18n/i18n.qrc +TRANSLATIONS = quassel_de.ts \ + quassel_da.ts SRCPATH = ../../src OBJECTS_DIR = .$$TARGET