From f5d172c869295ef9fff2e3de524690e523dc5d42 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 24 May 2017 10:04:20 +0100 Subject: Build also in debug mode for windows (#2192) * Build also in debug mode for windows See #2191 * Don't mix /Od and -O2 on windows build. -O2 comes from perl * Reindent perlcore CMakeLists * Fix debug python build on windows * Rearrange environment vars in appveyor * Try to publish pdb files too * install qts and kvirc's debug pdbs in debug config * use TARGET_PDB_FILE instead --- src/modules/pythoncore/kvircmodule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/pythoncore/kvircmodule.cpp') diff --git a/src/modules/pythoncore/kvircmodule.cpp b/src/modules/pythoncore/kvircmodule.cpp index 235e3545a..8937b6a63 100644 --- a/src/modules/pythoncore/kvircmodule.cpp +++ b/src/modules/pythoncore/kvircmodule.cpp @@ -26,7 +26,7 @@ #ifdef COMPILE_PYTHON_SUPPORT -#include +#include "pythonheaderwrapper.h" #define KVIRC_MODULE -- cgit v1.3.1-10-gc9f91