view generator/parser/rpp/rpp.pri @ 368:185df9220ea7

Fixed startsWith. Implemented meta-object members as ranges. Freed QMetaObject from stuff that belongs to MetaClass
author Max Samukha <maxter@maxter.com>
date Mon, 28 Jun 2010 21:29:32 +0300
parents e78566595089
children
line wrap: on
line source

SOURCES += \
    $$RXXPATH/rpp/preprocessor.cpp

HEADERS += \
    $$RXXPATH/rpp/pp-cctype.h \
    $$RXXPATH/rpp/pp-engine-bits.h \
    $$RXXPATH/rpp/pp-engine.h \
    $$RXXPATH/rpp/pp-environment.h \
    $$RXXPATH/rpp/pp-fwd.h \
    $$RXXPATH/rpp/pp-internal.h \
    $$RXXPATH/rpp/pp-iterator.h \
    $$RXXPATH/rpp/pp-macro-expander.h \
    $$RXXPATH/rpp/pp-macro.h \
    $$RXXPATH/rpp/pp-scanner.h \
    $$RXXPATH/rpp/pp-string.h \
    $$RXXPATH/rpp/pp-symbol.h \
    $$RXXPATH/rpp/pp.h \
    $$RXXPATH/rpp/preprocessor.h

INCLUDEPATH += $$PWD $$RXXPATH/rpp