view generator/parser/rpp/rpp.pri @ 389:d37abad3def9

Added missing ?const? to qt.core.QModelIndex.object. Previously, QModelIndex.internalPointer was const, while QModelIndex.object was not, even if they in fact do the same thing.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 14:44:09 +0200
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