Make warnings a little easier to understand
[quassel.git] / build / modules / module.pri
index 8054d40..6dc018d 100644 (file)
@@ -37,12 +37,16 @@ for(qtmod, QT_MOD) {
   QT *= $$qtmod
 }
 
+# Include contrib stuff
+
+include(../contrib/contrib.pri)
+
 # Set includepath for needed Quassel modules
 
 for(dep, DEPMOD) {
   INCLUDEPATH *= $$SRCPATH/$$dep
 }
-INCLUDEPATH *= $$MODPATH  # and don't forget our own dir
+INCLUDEPATH *= $$MODPATH ../../  # and don't forget our own dir
 
 # Now prefix all filenames with the correct dirname