We put the project-wide value of CONFIG in build/buildconf.pri now, in order to quickly
[quassel.git] / build / targets / target.pri
index 8f4646f..b7e5528 100644 (file)
@@ -1,7 +1,13 @@
 TEMPLATE = app
 
 TEMPLATE = app
 
+include(../buildconf.pri)
+
+RESOURCES   += ../../i18n/i18n.qrc \
+               ../../src/images/icons.qrc
+
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
+RCC_DIR     = .$$TARGET
 
 for(mod, MODULES) {
   INCLUDEPATH *= $$SRCPATH/$$mod
 
 for(mod, MODULES) {
   INCLUDEPATH *= $$SRCPATH/$$mod