Move the TRANSLATIONS thingy to a more proper place. Not yet convinced that qmake...
[quassel.git] / build / targets / target.pri
index e0e33b3..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
@@ -12,7 +13,10 @@ RCC_DIR     = .$$TARGET
 for(mod, MODULES) {
   INCLUDEPATH *= $$SRCPATH/$$mod
   LIBS *= -L../modules/$$dirname(mod) -l$$basename(mod)
-  PRE_TARGETDEPS *= ../modules/$$dirname(mod)
+  PRE_TARGETDEPS *= ../modules/$$mod
 }
 
+#CONTRIB += libqxt  # not needed
+#include(../contrib/contrib.pri)
+
 SOURCES = $$SRCPATH/common/main.cpp