src/xmlpatterns/common.pri
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 20:15:53 +0300
branchRCL_3
changeset 13 c0432d11811c
parent 0 1918ee327afb
permissions -rw-r--r--
eb175c3290cd7ea85da4a590db9461504a4904bc

# 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