src/xmlpatterns/common.pri
changeset 0 1918ee327afb
--- /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
+