Importing (parts of) the Oxygen iconset. I hope the oxygen artists don't mind that we
[quassel.git] / build / targets / target.pri
index 8f4646f..94da2d1 100644 (file)
@@ -1,11 +1,20 @@
 TEMPLATE = app
 
+include(../buildconf.pri)
+
+RESOURCES   *= ../../i18n/i18n.qrc \
+
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
+RCC_DIR     = .$$TARGET
 
 for(mod, MODULES) {
   INCLUDEPATH *= $$SRCPATH/$$mod
   LIBS *= -L../modules/$$dirname(mod) -l$$basename(mod)
+  PRE_TARGETDEPS *= ../modules/$$mod
 }
 
+#CONTRIB += libqxt  # not needed
+#include(../contrib/contrib.pri)
+
 SOURCES = $$SRCPATH/common/main.cpp