mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Add precompiled header file use to qrenderdoc on VS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user