summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/common.pri
blob: 5c7b8b7e2879d643799cc37f3e1263b29012b75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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