tools/porting/src/qt3to4.pri
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 DEPENDPATH += $$PWD
       
     2 INCLUDEPATH += $$PWD
       
     3 
       
     4 QT += XML
       
     5 HEADERS +=  $$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 
       
    37 SOURCES += \
       
    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