This is the long-awaited monster commit, bringing you a redesigned core arch and...
[quassel.git] / build / targets / target.pri
index 94da2d1..1f023b2 100644 (file)
@@ -2,7 +2,9 @@ TEMPLATE = app
 
 include(../buildconf.pri)
 
-RESOURCES   *= ../../i18n/i18n.qrc \
+RESOURCES   *= ../../i18n/i18n.qrc
+TRANSLATIONS = quassel_da.ts \
+               quassel_de.ts
 
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
@@ -13,6 +15,7 @@ for(mod, MODULES) {
   LIBS *= -L../modules/$$dirname(mod) -l$$basename(mod)
   PRE_TARGETDEPS *= ../modules/$$mod
 }
+PRE_TARGETDEPS *= ../../version.inc
 
 #CONTRIB += libqxt  # not needed
 #include(../contrib/contrib.pri)