TEMPLATE = lib CONFIG += warn_on exceptions_off staticlib hide_symbols QT -= gui CONFIG += debug CONFIG -= android_install target.path = C:/Users/Geoff/vfxplatform2017/dist/PyQt5/debug/Lib/site-packages/PyQt5 INSTALLS += target sip.path = C:\Users\Geoff\vfxplatform2017\dist\PyQt5\debug\sip/QtCore sip.files = ..\sip\QtCore\qabstractanimation.sip ..\sip\QtCore\qabstracteventdispatcher.sip ... INSTALLS += sip INCLUDEPATH += . INCLUDEPATH += C:\Users\Geoff\vfxplatform2017\build\Python-2.7.13\include INCLUDEPATH += ..\qpy\QtCore TARGET = QtCore HEADERS = sipAPIQtCore.h ..\qpy\QtCore\qpycore_api.h ..\qpy\QtCore\qpycore_chimera.h ... SOURCES = qpycore_post_init.cpp sipQtCorecmodule.cpp sipQtCoreQAbstractAnimation.cpp ...