diff -r 000000000000 -r 1918ee327afb src/xmlpatterns/common.pri --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xmlpatterns/common.pri Mon Jan 11 14:00:40 2010 +0000 @@ -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 +