diff -r 41300fa6a67c -r f7bc934e204c util/src/xmlpatterns/common.pri --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/src/xmlpatterns/common.pri Wed Mar 31 11:06:36 2010 +0300 @@ -0,0 +1,18 @@ +# This qmake file is included by all Patternist projects and contains common Qt defines, +# compiler warnings, and include paths. + +INCLUDEPATH += $$PWD/acceltree \ + $$PWD/data \ + $$PWD/api \ + $$PWD/environment \ + $$PWD/expr \ + $$PWD/functions \ + $$PWD/iterators \ + $$PWD/janitors \ + $$PWD/parser \ + $$PWD/schema \ + $$PWD/type \ + $$PWD/utils + +DEPENDPATH += $$INCLUDEPATH +