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

Last change on this file since 98 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 567 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/type \
14 $$PWD/utils
15
16DEPENDPATH += $$INCLUDEPATH
17
Note: See TracBrowser for help on using the repository browser.