Move the TRANSLATIONS thingy to a more proper place. Not yet convinced that qmake...
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 2 Jan 2008 01:10:59 +0000 (01:10 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 2 Jan 2008 01:10:59 +0000 (01:10 +0000)
needs that though...

build/targets/qtclient.pro
build/targets/target.pri

index 9df26fb..b518f13 100644 (file)
@@ -1,6 +1,4 @@
 include(qtclient.pri)
 include(target.pri)
 
-TRANSLATIONS = quassel_de.ts \
-               quassel_da.ts
 RESOURCES *= ../../src/icons/icons.qrc
index 8b381a4..764bace 100644 (file)
@@ -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