view generator/parser/rpp/rpp.pri @ 399:e40f33cc0bf5

Explicitly include qglobal.h before all the ?master includes?. This makes sure that macros like Q_CORE_EXPORT are already defined for all parsed header files. Starting with this commit, QtD should build successfully against the pre-built Cocoa packages on OS X 10.6.
author David Nadlinger <code@klickverbot.at>
date Sun, 16 Jan 2011 00:56:21 +0100
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