Move the TRANSLATIONS thingy to a more proper place. Not yet convinced that qmake...
[quassel.git] / build / targets / target.pri
index 68ebcd7..764bace 100644 (file)
@@ -2,8 +2,9 @@ TEMPLATE = app
 
 include(../buildconf.pri)
 
-RESOURCES   += ../../i18n/i18n.qrc \
-               ../../src/images/icons.qrc
+RESOURCES   *= ../../i18n/i18n.qrc
+TRANSLATIONS = quassel_de.ts \
+               quassel_da.ts
 
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
@@ -15,4 +16,7 @@ for(mod, MODULES) {
   PRE_TARGETDEPS *= ../modules/$$mod
 }
 
+#CONTRIB += libqxt  # not needed
+#include(../contrib/contrib.pri)
+
 SOURCES = $$SRCPATH/common/main.cpp