This is the long-awaited monster commit, bringing you a redesigned core arch and...
[quassel.git] / build / targets / target.pri
index 764bace..1f023b2 100644 (file)
@@ -3,8 +3,8 @@ TEMPLATE = app
 include(../buildconf.pri)
 
 RESOURCES   *= ../../i18n/i18n.qrc
-TRANSLATIONS = quassel_de.ts \
-               quassel_da.ts
+TRANSLATIONS = quassel_da.ts \
+               quassel_de.ts
 
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
@@ -15,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)