diff -r 000000000000 -r 1918ee327afb src/tools/moc/moc.pri --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/tools/moc/moc.pri Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,16 @@ + +INCLUDEPATH += $$PWD + +HEADERS = $$PWD/moc.h \ + $$PWD/preprocessor.h \ + $$PWD/parser.h \ + $$PWD/symbols.h \ + $$PWD/token.h \ + $$PWD/utils.h \ + $$PWD/generator.h \ + $$PWD/outputrevision.h +SOURCES = $$PWD/moc.cpp \ + $$PWD/preprocessor.cpp \ + $$PWD/generator.cpp \ + $$PWD/parser.cpp \ + $$PWD/token.cpp