Importing (parts of) the Oxygen iconset. I hope the oxygen artists don't mind that we
[quassel.git] / build / targets / target.pri
index 611b5c9..94da2d1 100644 (file)
@@ -1,7 +1,8 @@
 TEMPLATE = app
 
-RESOURCES   += ../../i18n/i18n.qrc \
-               ../../src/images/icons.qrc
+include(../buildconf.pri)
+
+RESOURCES   *= ../../i18n/i18n.qrc \
 
 SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
@@ -10,6 +11,10 @@ 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