summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/common.pri
blob: 2573a266267fcaaab9effec358bb5b21dc63db69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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/type           \
               $$PWD/utils

DEPENDPATH += $$INCLUDEPATH