source: trunk/tools/linguist/shared/proparser.pri@ 632

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

trunk: Merged in qt 4.6.1 sources.

File size: 276 bytes
Line 
1
2INCLUDEPATH *= $$PWD
3
4HEADERS += \
5 $$PWD/proreader.h \
6 $$PWD/abstractproitemvisitor.h \
7 $$PWD/proitems.h \
8 $$PWD/profileevaluator.h \
9 $$PWD/proparserutils.h
10
11SOURCES += \
12 $$PWD/proreader.cpp \
13 $$PWD/proitems.cpp \
14 $$PWD/profileevaluator.cpp
Note: See TracBrowser for help on using the repository browser.