Some cosmetic corrections and some minor work on the nick model. Hopefully I
[quassel.git] / build / targets / target.pri
index 8f4646f..5f65999 100644 (file)
@@ -1,11 +1,21 @@
 TEMPLATE = app
 
+include(../buildconf.pri)
+
+RESOURCES   += ../../i18n/i18n.qrc \
+               ../../src/images/icons.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