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