author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 12:15:23 +0300 | |
branch | RCL_3 |
changeset 12 | cc75c76972ee |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
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 |