0
|
1 |
# This qmake file is included by all Patternist projects and contains common Qt defines,
|
|
2 |
# compiler warnings, and include paths.
|
|
3 |
|
|
4 |
INCLUDEPATH += $$PWD/acceltree \
|
|
5 |
$$PWD/data \
|
|
6 |
$$PWD/api \
|
|
7 |
$$PWD/environment \
|
|
8 |
$$PWD/expr \
|
|
9 |
$$PWD/functions \
|
|
10 |
$$PWD/iterators \
|
|
11 |
$$PWD/janitors \
|
|
12 |
$$PWD/parser \
|
|
13 |
$$PWD/schema \
|
|
14 |
$$PWD/type \
|
|
15 |
$$PWD/utils
|
|
16 |
|
|
17 |
DEPENDPATH += $$INCLUDEPATH
|
|
18 |
|