Some cosmetic corrections and some minor work on the nick model. Hopefully I
[quassel.git] / build / targets / target.pri
index b7e5528..5f65999 100644 (file)
@@ -12,6 +12,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