##// END OF EJS Templates
moved setupSharedLibrarySuffixes() to a place where PythonQt::self() is initialized...
moved setupSharedLibrarySuffixes() to a place where PythonQt::self() is initialized git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@235 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r194:8882cfa60c6b
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