Add precompiled header file use to qrenderdoc on VS

This commit is contained in:
baldurk
2017-04-28 13:57:05 +01:00
parent 07a73d53ce
commit 1f8a93c37a
7 changed files with 215 additions and 0 deletions
@@ -22,10 +22,16 @@
* THE SOFTWARE.
******************************************************************************/
#ifdef slots
#undef slots
#endif
// must be included first
#include <Python.h>
#include <frameobject.h>
#define slots
#if PYSIDE2_ENABLED
// PySide Qt integration, must be included before Qt headers
// warning C4522: 'Shiboken::AutoDecRef': multiple assignment operators specified