source: trunk/tools/porting/src/qt3to4.pri@ 315

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

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

File size: 2.7 KB
Line 
1DEPENDPATH += $$PWD
2INCLUDEPATH += $$PWD
3
4QT += XML
5HEADERS += $$PWD/smallobject.h \
6 $$PWD/tokenengine.h \
7 $$PWD/tokenizer.h \
8 $$PWD/rpplexer.h \
9 $$PWD/rpp.h \
10 $$PWD/rpptreewalker.h \
11 $$PWD/rpptreeevaluator.h \
12 $$PWD/rppexpressionbuilder.h \
13 $$PWD/preprocessorcontrol.h \
14 $$PWD/replacetoken.h \
15 $$PWD/tokenreplacements.h \
16 $$PWD/textreplacement.h \
17 $$PWD/portingrules.h \
18 $$PWD/qtsimplexml.h \
19 $$PWD/projectporter.h \
20 $$PWD/proparser.h \
21 $$PWD/fileporter.h \
22 $$PWD/logger.h \
23 $$PWD/tokens.h \
24 $$PWD/filewriter.h \
25 $$PWD/cpplexer.h \
26 $$PWD/smallobject.h \
27 $$PWD/ast.h \
28 $$PWD/errors.h \
29 $$PWD/parser.h \
30 $$PWD/translationunit.h \
31 $$PWD/treewalker.h \
32 $$PWD/semantic.h \
33 $$PWD/codemodel.h \
34 $$PWD/codemodelwalker.h \
35 $$PWD/codemodelattributes.h
36
37SOURCES += \
38 $$PWD/smallobject.cpp \
39 $$PWD/tokenengine.cpp \
40 $$PWD/tokenizer.cpp \
41 $$PWD/rpplexer.cpp \
42 $$PWD/rpp.cpp \
43 $$PWD/rpptreewalker.cpp \
44 $$PWD/rpptreeevaluator.cpp \
45 $$PWD/rppexpressionbuilder.cpp \
46 $$PWD/preprocessorcontrol.cpp \
47 $$PWD/replacetoken.cpp \
48 $$PWD/tokenreplacements.cpp \
49 $$PWD/textreplacement.cpp \
50 $$PWD/portingrules.cpp \
51 $$PWD/qtsimplexml.cpp \
52 $$PWD/projectporter.cpp \
53 $$PWD/proparser.cpp \
54 $$PWD/fileporter.cpp \
55 $$PWD/logger.cpp \
56 $$PWD/filewriter.cpp \
57 $$PWD/cpplexer.cpp \
58 $$PWD/ast.cpp \
59 $$PWD/errors.cpp \
60 $$PWD/parser.cpp \
61 $$PWD/translationunit.cpp \
62 $$PWD/treewalker.cpp \
63 $$PWD/semantic.cpp \
64 $$PWD/codemodel.cpp \
65 $$PWD/codemodelwalker.cpp \
66 $$PWD/codemodelattributes.cpp
67
68
Note: See TracBrowser for help on using the repository browser.