diff options
author | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-22 14:10:47 +0100 |
---|---|---|
committer | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-22 14:10:47 +0100 |
commit | 0422bcbbd599cafe87735087804a434b78e353ff (patch) | |
tree | 51056c498b7909be18eb64058876c23226d3cfb3 /src/libs/cplusplus/cplusplus.pro | |
parent | e325aa38d91c9d11b9645004e786924c49e2b325 (diff) | |
download | qt-creator-0422bcbbd599cafe87735087804a434b78e353ff.tar.gz |
Some more clean up in the preprocessor.
Diffstat (limited to 'src/libs/cplusplus/cplusplus.pro')
-rw-r--r-- | src/libs/cplusplus/cplusplus.pro | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/libs/cplusplus/cplusplus.pro b/src/libs/cplusplus/cplusplus.pro index b8bde40282..f89d4d3f86 100644 --- a/src/libs/cplusplus/cplusplus.pro +++ b/src/libs/cplusplus/cplusplus.pro @@ -22,14 +22,14 @@ HEADERS += \ TypePrettyPrinter.h \ ResolveExpression.h \ LookupContext.h \ + PreprocessorClient.h \ + PreprocessorEnvironment.h \ + Macro.h \ pp.h \ pp-cctype.h \ pp-engine.h \ pp-macro-expander.h \ - pp-scanner.h \ - pp-client.h \ - pp-environment.h \ - pp-macro.h + pp-scanner.h SOURCES += \ SimpleLexer.cpp \ @@ -44,8 +44,10 @@ SOURCES += \ TypePrettyPrinter.cpp \ ResolveExpression.cpp \ LookupContext.cpp \ + PreprocessorClient.cpp \ + PreprocessorEnvironment.cpp \ + Macro.cpp \ pp-engine.cpp \ - pp-environment.cpp \ pp-macro-expander.cpp \ pp-scanner.cpp |