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
|
Rev | Line | |
---|
[2] | 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 \
|
---|
[561] | 13 | $$PWD/schema \
|
---|
[2] | 14 | $$PWD/type \
|
---|
| 15 | $$PWD/utils
|
---|
| 16 |
|
---|
| 17 | DEPENDPATH += $$INCLUDEPATH
|
---|
| 18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.