From: Manuel Nickschas Date: Sun, 15 Jun 2008 01:24:25 +0000 (+0200) Subject: Make qmake still build with the new version stuff X-Git-Tag: 0.3.0~381^2 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=e52f9f5677fd3f547ef8ddb4ff37ff90e6d6cfed Make qmake still build with the new version stuff --- diff --git a/build/modules/module.pri b/build/modules/module.pri index cc452f85..6dc018d3 100644 --- a/build/modules/module.pri +++ b/build/modules/module.pri @@ -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