source: trunk/src/xmlpatterns/common.pri@ 792

Last change on this file since 792 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 605 bytes
Line 
1# This qmake file is included by all Patternist projects and contains common Qt defines,
2# compiler warnings, and include paths.
3
4INCLUDEPATH += $$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
17DEPENDPATH += $$INCLUDEPATH
18
Note: See TracBrowser for help on using the repository browser.