Some cosmetic corrections and some minor work on the nick model. Hopefully I
[quassel.git] / build / targets / target.pri
index e0e33b3..5f65999 100644 (file)
@@ -12,7 +12,10 @@ RCC_DIR     = .$$TARGET
 for(mod, MODULES) {
   INCLUDEPATH *= $$SRCPATH/$$mod
   LIBS *= -L../modules/$$dirname(mod) -l$$basename(mod)
-  PRE_TARGETDEPS *= ../modules/$$dirname(mod)
+  PRE_TARGETDEPS *= ../modules/$$mod
 }
 
+#CONTRIB += libqxt  # not needed
+#include(../contrib/contrib.pri)
+
 SOURCES = $$SRCPATH/common/main.cpp