##// END OF EJS Templates
fixed initialization order, the importer needs to be store BEFORE the import module is initialized...
fixed initialization order, the importer needs to be store BEFORE the import module is initialized git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@120 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r84:8f25be796564
Show More
rpp.pri
20 lines | 515 B | text/plain | TextLexer
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