Make qmake still build with the new version stuff
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Jun 2008 01:24:25 +0000 (03:24 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Jun 2008 01:25:02 +0000 (03:25 +0200)
build/modules/module.pri

index cc452f8..6dc018d 100644 (file)
@@ -46,7 +46,7 @@ include(../contrib/contrib.pri)
 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